Html Css Color HEX #CF0F79 Medium Violet Red

📋 copy color: '#CF0F79'

red 207 ◦ green 15 ◦ blue 121

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

Shades of Medium Violet Red #CF0F79

Tints of Medium Violet Red #CF0F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 60.35%
G = 4.37%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF0F79 (or 0xCF0F79) is known color: Medium Violet Red. HEX triplet: CF, 0F and 79. RGB value is (207,15,121). Sum of RGB (Red+Green+Blue) = 207+15+121=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F79 is #30F086. Grayscale: #545454. Windows color (decimal): -3207303 or 7933903. OLE color: 7933903.

HSL color Cylindrical-coordinate representation of color #CF0F79: hue angle of 326.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F79 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 121 -
CMYK 0 0.93 0.42 0.19
HSL 326.88º 0.86% 0.44% -
HSV(B) 326.88º 0.93% 0.81% -
XYZ 29.35 14.99 19.43 -
YUV 84.49 148.61 215.38 -
System Red Green Blue C M Y K H S L
Decimal 207 15 121 0 0.93 0.42 0.19 326.88 0.86 0.44
Hex CF F 79 0 5D 2A 13 147 56 2C
Octal 317 17 171 0 135 52 23 507 126 54
Binary 11001111 1111 1111001 0 1011101 101010 10011 101000111 1010110 101100

Color Harmonies of #CF0F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F79

Black with #CF0F79

Text Example


Text Example

White with #CF0F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F79; }

 p { color: rgb(207,15,121); }

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

background-color css

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

 a { background-color: rgb(207,15,121); }

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

border-color css

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

 span { border-color: rgb(207,15,121); }

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