Html Css Color HEX #CF0879 Medium Violet Red

📋 copy color: '#CF0879'

red 207 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #CF0879

Tints of Medium Violet Red #CF0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

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

R = 61.61%
G = 2.38%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF0879 (or 0xCF0879) is known color: Medium Violet Red. HEX triplet: CF, 08 and 79. RGB value is (207,8,121). Sum of RGB (Red+Green+Blue) = 207+8+121=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0879 is #30F786. Grayscale: #505050. Windows color (decimal): -3209095 or 7932111. OLE color: 7932111.

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

Color convert

RGB 207 8 121 -
CMYK 0 0.96 0.42 0.19
HSL 325.93º 0.93% 0.42% -
HSV(B) 325.93º 0.96% 0.81% -
XYZ 29.27 14.82 19.41 -
YUV 80.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 207 8 121 0 0.96 0.42 0.19 325.93 0.93 0.42
Hex CF 8 79 0 60 2A 13 146 5D 2A
Octal 317 10 171 0 140 52 23 506 135 52
Binary 11001111 1000 1111001 0 1100000 101010 10011 101000110 1011101 101010

Color Harmonies of #CF0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0879

Black with #CF0879

Text Example


Text Example

White with #CF0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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