Html Css Color HEX #C5009C Medium Violet Red

📋 copy color: '#C5009C'

red 197 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #C5009C

Tints of Medium Violet Red #C5009C

RGB

 RED value IS 197 (77.34% from 255) = 55.81%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5009C (or 0xC5009C) is known color: Medium Violet Red. HEX triplet: C5, 00 and 9C. RGB value is (197,0,156). Sum of RGB (Red+Green+Blue) = 197+0+156=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5009C is #3AFF63. Grayscale: #4C4C4C. Windows color (decimal): -3866468 or 10223813. OLE color: 10223813.

HSL color Cylindrical-coordinate representation of color #C5009C: hue angle of 312.49º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5009C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 156 -
CMYK 0 1 0.21 0.23
HSL 312.49º 1% 0.39% -
HSV(B) 312.49º 1% 0.77% -
XYZ 29.03 14.27 32.68 -
YUV 76.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 197 0 156 0 1 0.21 0.23 312.49 1 0.39
Hex C5 0 9C 0 64 15 17 138 64 27
Octal 305 0 234 0 144 25 27 470 144 47
Binary 11000101 0 10011100 0 1100100 10101 10111 100111000 1100100 100111

Color Harmonies of #C5009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5009C

Black with #C5009C

Text Example


Text Example

White with #C5009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5009C; }

 p { color: rgb(197,0,156); }

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

background-color css

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

 a { background-color: rgb(197,0,156); }

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

border-color css

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

 span { border-color: rgb(197,0,156); }

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