Html Css Color HEX #CF0C99 Medium Violet Red

📋 copy color: '#CF0C99'

red 207 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #CF0C99

Tints of Medium Violet Red #CF0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 55.65%
G = 3.23%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF0C99 (or 0xCF0C99) is known color: Medium Violet Red. HEX triplet: CF, 0C and 99. RGB value is (207,12,153). Sum of RGB (Red+Green+Blue) = 207+12+153=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0C99 is #30F366. Grayscale: #565656. Windows color (decimal): -3208039 or 10030287. OLE color: 10030287.

HSL color Cylindrical-coordinate representation of color #CF0C99: hue angle of 316.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 12 153 -
CMYK 0 0.94 0.26 0.19
HSL 316.62º 0.89% 0.43% -
HSV(B) 316.62º 0.94% 0.81% -
XYZ 31.61 15.83 31.53 -
YUV 86.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 207 12 153 0 0.94 0.26 0.19 316.62 0.89 0.43
Hex CF C 99 0 5E 1A 13 13D 59 2B
Octal 317 14 231 0 136 32 23 475 131 53
Binary 11001111 1100 10011001 0 1011110 11010 10011 100111101 1011001 101011

Color Harmonies of #CF0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0C99

Black with #CF0C99

Text Example


Text Example

White with #CF0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0C99; }

 p { color: rgb(207,12,153); }

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

background-color css

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

 a { background-color: rgb(207,12,153); }

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

border-color css

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

 span { border-color: rgb(207,12,153); }

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