Html Css Color HEX #CC0572 Medium Violet Red

📋 copy color: '#CC0572'

red 204 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #CC0572

Tints of Medium Violet Red #CC0572

RGB

 RED value IS 204 (80.08% from 255) = 63.16%

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

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

R = 63.16%
G = 1.55%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC0572 (or 0xCC0572) is known color: Medium Violet Red. HEX triplet: CC, 05 and 72. RGB value is (204,5,114). Sum of RGB (Red+Green+Blue) = 204+5+114=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0572 is #33FA8D. Grayscale: #4C4C4C. Windows color (decimal): -3406478 or 7472588. OLE color: 7472588.

HSL color Cylindrical-coordinate representation of color #CC0572: hue angle of 327.14º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0572 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 114 -
CMYK 0 0.98 0.44 0.2
HSL 327.14º 0.95% 0.41% -
HSV(B) 327.14º 0.98% 0.8% -
XYZ 27.99 14.16 17.18 -
YUV 76.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 204 5 114 0 0.98 0.44 0.2 327.14 0.95 0.41
Hex CC 5 72 0 62 2C 14 147 5F 29
Octal 314 5 162 0 142 54 24 507 137 51
Binary 11001100 101 1110010 0 1100010 101100 10100 101000111 1011111 101001

Color Harmonies of #CC0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0572

Black with #CC0572

Text Example


Text Example

White with #CC0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0572; }

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

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

background-color css

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

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

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

border-color css

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

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

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