Html Css Color HEX #CF009C Medium Violet Red

📋 copy color: '#CF009C'

red 207 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #CF009C

Tints of Medium Violet Red #CF009C

RGB

 RED value IS 207 (81.25% from 255) = 57.02%

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

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

R = 57.02%
G = 0%
B = 42.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF009C (or 0xCF009C) is known color: Medium Violet Red. HEX triplet: CF, 00 and 9C. RGB value is (207,0,156). Sum of RGB (Red+Green+Blue) = 207+0+156=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF009C is #30FF63. Grayscale: #4F4F4F. Windows color (decimal): -3211108 or 10223823. OLE color: 10223823.

HSL color Cylindrical-coordinate representation of color #CF009C: hue angle of 314.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF009C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 156 -
CMYK 0 1 0.25 0.19
HSL 314.78º 1% 0.41% -
HSV(B) 314.78º 1% 0.81% -
XYZ 31.73 15.67 32.8 -
YUV 79.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 207 0 156 0 1 0.25 0.19 314.78 1 0.41
Hex CF 0 9C 0 64 19 13 13B 64 29
Octal 317 0 234 0 144 31 23 473 144 51
Binary 11001111 0 10011100 0 1100100 11001 10011 100111011 1100100 101001

Color Harmonies of #CF009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF009C

Black with #CF009C

Text Example


Text Example

White with #CF009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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