Html Css Color HEX #CC2072 Medium Violet Red

📋 copy color: '#CC2072'

red 204 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #CC2072

Tints of Medium Violet Red #CC2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 58.29%
G = 9.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2072 (or 0xCC2072) is known color: Medium Violet Red. HEX triplet: CC, 20 and 72. RGB value is (204,32,114). Sum of RGB (Red+Green+Blue) = 204+32+114=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2072 is #33DF8D. Grayscale: #5C5C5C. Windows color (decimal): -3399566 or 7479500. OLE color: 7479500.

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

Color convert

RGB 204 32 114 -
CMYK 0 0.84 0.44 0.2
HSL 331.4º 0.73% 0.46% -
HSV(B) 331.4º 0.84% 0.8% -
XYZ 28.46 15.09 17.33 -
YUV 92.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 204 32 114 0 0.84 0.44 0.2 331.4 0.73 0.46
Hex CC 20 72 0 54 2C 14 14B 49 2E
Octal 314 40 162 0 124 54 24 513 111 56
Binary 11001100 100000 1110010 0 1010100 101100 10100 101001011 1001001 101110

Color Harmonies of #CC2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2072

Black with #CC2072

Text Example


Text Example

White with #CC2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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