Html Css Color HEX #CF0572 Medium Violet Red

📋 copy color: '#CF0572'

red 207 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #CF0572

Tints of Medium Violet Red #CF0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 63.5%
G = 1.53%
B = 34.97%

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

#CF0572 (or 0xCF0572) is known color: Medium Violet Red. HEX triplet: CF, 05 and 72. RGB value is (207,5,114). Sum of RGB (Red+Green+Blue) = 207+5+114=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0572 is #30FA8D. Grayscale: #4D4D4D. Windows color (decimal): -3209870 or 7472591. OLE color: 7472591.

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

Color convert

RGB 207 5 114 -
CMYK 0 0.98 0.45 0.19
HSL 327.62º 0.95% 0.42% -
HSV(B) 327.62º 0.98% 0.81% -
XYZ 28.82 14.59 17.22 -
YUV 77.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 207 5 114 0 0.98 0.45 0.19 327.62 0.95 0.42
Hex CF 5 72 0 62 2D 13 148 5F 2A
Octal 317 5 162 0 142 55 23 510 137 52
Binary 11001111 101 1110010 0 1100010 101101 10011 101001000 1011111 101010

Color Harmonies of #CF0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0572

Black with #CF0572

Text Example


Text Example

White with #CF0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0572; }

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

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

background-color css

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

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

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

border-color css

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

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

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