Html Css Color HEX #C8059C Medium Violet Red

📋 copy color: '#C8059C'

red 200 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #C8059C

Tints of Medium Violet Red #C8059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 55.4%
G = 1.39%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8059C (or 0xC8059C) is known color: Medium Violet Red. HEX triplet: C8, 05 and 9C. RGB value is (200,5,156). Sum of RGB (Red+Green+Blue) = 200+5+156=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8059C is #37FA63. Grayscale: #505050. Windows color (decimal): -3668580 or 10225096. OLE color: 10225096.

HSL color Cylindrical-coordinate representation of color #C8059C: hue angle of 313.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8059C is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 156 -
CMYK 0 0.98 0.22 0.22
HSL 313.54º 0.95% 0.4% -
HSV(B) 313.54º 0.98% 0.78% -
XYZ 29.87 14.79 32.73 -
YUV 80.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 200 5 156 0 0.98 0.22 0.22 313.54 0.95 0.4
Hex C8 5 9C 0 62 16 16 13A 5F 28
Octal 310 5 234 0 142 26 26 472 137 50
Binary 11001000 101 10011100 0 1100010 10110 10110 100111010 1011111 101000

Color Harmonies of #C8059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8059C

Black with #C8059C

Text Example


Text Example

White with #C8059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8059C; }

 p { color: rgb(200,5,156); }

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

background-color css

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

 a { background-color: rgb(200,5,156); }

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

border-color css

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

 span { border-color: rgb(200,5,156); }

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