Html Css Color HEX #CC2472 Medium Violet Red

📋 copy color: '#CC2472'

red 204 ◦ green 36 ◦ blue 114

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

Shades of Medium Violet Red #CC2472

Tints of Medium Violet Red #CC2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

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

R = 57.63%
G = 10.17%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2472 (or 0xCC2472) is known color: Medium Violet Red. HEX triplet: CC, 24 and 72. RGB value is (204,36,114). Sum of RGB (Red+Green+Blue) = 204+36+114=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2472 is #33DB8D. Grayscale: #5E5E5E. Windows color (decimal): -3398542 or 7480524. OLE color: 7480524.

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

Color convert

RGB 204 36 114 -
CMYK 0 0.82 0.44 0.2
HSL 332.14º 0.7% 0.47% -
HSV(B) 332.14º 0.82% 0.8% -
XYZ 28.57 15.31 17.37 -
YUV 95.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 204 36 114 0 0.82 0.44 0.2 332.14 0.7 0.47
Hex CC 24 72 0 52 2C 14 14C 46 2F
Octal 314 44 162 0 122 54 24 514 106 57
Binary 11001100 100100 1110010 0 1010010 101100 10100 101001100 1000110 101111

Color Harmonies of #CC2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2472

Black with #CC2472

Text Example


Text Example

White with #CC2472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2472; }

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

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

background-color css

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

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

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

border-color css

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

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

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