Html Css Color HEX #CF0571 Medium Violet Red

📋 copy color: '#CF0571'

red 207 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #CF0571

Tints of Medium Violet Red #CF0571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 63.69%
G = 1.54%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0571 (or 0xCF0571) is known color: Medium Violet Red. HEX triplet: CF, 05 and 71. RGB value is (207,5,113). Sum of RGB (Red+Green+Blue) = 207+5+113=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0571 is #30FA8E. Grayscale: #4D4D4D. Windows color (decimal): -3209871 or 7407055. OLE color: 7407055.

HSL color Cylindrical-coordinate representation of color #CF0571: hue angle of 327.92º 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 #CF0571 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 113 -
CMYK 0 0.98 0.45 0.19
HSL 327.92º 0.95% 0.42% -
HSV(B) 327.92º 0.98% 0.81% -
XYZ 28.77 14.57 16.92 -
YUV 77.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 207 5 113 0 0.98 0.45 0.19 327.92 0.95 0.42
Hex CF 5 71 0 62 2D 13 148 5F 2A
Octal 317 5 161 0 142 55 23 510 137 52
Binary 11001111 101 1110001 0 1100010 101101 10011 101001000 1011111 101010

Color Harmonies of #CF0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0571

Black with #CF0571

Text Example


Text Example

White with #CF0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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