Html Css Color HEX #CF0777 Medium Violet Red

📋 copy color: '#CF0777'

red 207 ◦ green 7 ◦ blue 119

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

Shades of Medium Violet Red #CF0777

Tints of Medium Violet Red #CF0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 62.16%
G = 2.1%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0777 (or 0xCF0777) is known color: Medium Violet Red. HEX triplet: CF, 07 and 77. RGB value is (207,7,119). Sum of RGB (Red+Green+Blue) = 207+7+119=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0777 is #30F888. Grayscale: #4F4F4F. Windows color (decimal): -3209353 or 7800783. OLE color: 7800783.

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

Color convert

RGB 207 7 119 -
CMYK 0 0.97 0.43 0.19
HSL 326.4º 0.93% 0.42% -
HSV(B) 326.4º 0.97% 0.81% -
XYZ 29.14 14.75 18.76 -
YUV 79.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 207 7 119 0 0.97 0.43 0.19 326.4 0.93 0.42
Hex CF 7 77 0 61 2B 13 146 5D 2A
Octal 317 7 167 0 141 53 23 506 135 52
Binary 11001111 111 1110111 0 1100001 101011 10011 101000110 1011101 101010

Color Harmonies of #CF0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0777

Black with #CF0777

Text Example


Text Example

White with #CF0777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0777; }

 p { color: rgb(207,7,119); }

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

background-color css

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

 a { background-color: rgb(207,7,119); }

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

border-color css

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

 span { border-color: rgb(207,7,119); }

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