Html Css Color HEX #CF0577 Medium Violet Red

📋 copy color: '#CF0577'

red 207 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #CF0577

Tints of Medium Violet Red #CF0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 62.54%
G = 1.51%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0577 (or 0xCF0577) is known color: Medium Violet Red. HEX triplet: CF, 05 and 77. RGB value is (207,5,119). Sum of RGB (Red+Green+Blue) = 207+5+119=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0577 is #30FA88. Grayscale: #4E4E4E. Windows color (decimal): -3209865 or 7800271. OLE color: 7800271.

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

Color convert

RGB 207 5 119 -
CMYK 0 0.98 0.43 0.19
HSL 326.14º 0.95% 0.42% -
HSV(B) 326.14º 0.98% 0.81% -
XYZ 29.12 14.71 18.76 -
YUV 78.39 150.92 219.73 -
System Red Green Blue C M Y K H S L
Decimal 207 5 119 0 0.98 0.43 0.19 326.14 0.95 0.42
Hex CF 5 77 0 62 2B 13 146 5F 2A
Octal 317 5 167 0 142 53 23 506 137 52
Binary 11001111 101 1110111 0 1100010 101011 10011 101000110 1011111 101010

Color Harmonies of #CF0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0577

Black with #CF0577

Text Example


Text Example

White with #CF0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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