Html Css Color HEX #C8078A Medium Violet Red

📋 copy color: '#C8078A'

red 200 ◦ green 7 ◦ blue 138

#C8078A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C8078A

Tints of Medium Violet Red #C8078A

RGB

 RED value IS 200 (78.52% from 255) = 57.97%

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 138 (54.3% from 255) = 40%

R = 57.97%
G = 2.03%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8078A (or 0xC8078A) is known color: Medium Violet Red. HEX triplet: C8, 07 and 8A. RGB value is (200,7,138). Sum of RGB (Red+Green+Blue) = 200+7+138=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8078A is #37F875. Grayscale: #4F4F4F. Windows color (decimal): -3668086 or 9045960. OLE color: 9045960.

HSL color Cylindrical-coordinate representation of color #C8078A: hue angle of 319.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8078A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 138 -
CMYK 0 0.96 0.31 0.22
HSL 319.27º 0.93% 0.41% -
HSV(B) 319.27º 0.97% 0.78% -
XYZ 28.48 14.27 25.3 -
YUV 79.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 200 7 138 0 0.96 0.31 0.22 319.27 0.93 0.41
Hex C8 7 8A 0 60 1F 16 13F 5D 29
Octal 310 7 212 0 140 37 26 477 135 51
Binary 11001000 111 10001010 0 1100000 11111 10110 100111111 1011101 101001

Color Harmonies of #C8078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8078A

Black with #C8078A

Text Example


Text Example

White with #C8078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8078A; }

 p { color: rgb(200,7,138); }

 H1.HeaderClassName
 {
   color: #C8078A;
 }
 .AnyTagClassName
 {
   color: #C8078A;
 }
</style>

background-color css

<style>
 a { background-color: #C8078A; }

 a { background-color: rgb(200,7,138); }

 div.DivClassName
 {
   background-color: #C8078A;
 }
 .BgClassName
 {
   background-color: #C8078A;
 }
</style>

border-color css

<style>
 span { border-color: #C8078A; }

 span { border-color: rgb(200,7,138); }

 td.TdClassName
 {
   border-color: #C8078A;
 }
 .TagClassName
 {
   border-color: #C8078A;
 }
</style>