Html Css Color HEX #CC2172 Medium Violet Red

📋 copy color: '#CC2172'

red 204 ◦ green 33 ◦ blue 114

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

Shades of Medium Violet Red #CC2172

Tints of Medium Violet Red #CC2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 58.12%
G = 9.4%
B = 32.48%

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

#CC2172 (or 0xCC2172) is known color: Medium Violet Red. HEX triplet: CC, 21 and 72. RGB value is (204,33,114). Sum of RGB (Red+Green+Blue) = 204+33+114=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2172 is #33DE8D. Grayscale: #5D5D5D. Windows color (decimal): -3399310 or 7479756. OLE color: 7479756.

HSL color Cylindrical-coordinate representation of color #CC2172: hue angle of 331.58º degrees, saturation: 0.72, 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 #CC2172 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 114 -
CMYK 0 0.84 0.44 0.2
HSL 331.58º 0.72% 0.46% -
HSV(B) 331.58º 0.84% 0.8% -
XYZ 28.48 15.14 17.34 -
YUV 93.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 204 33 114 0 0.84 0.44 0.2 331.58 0.72 0.46
Hex CC 21 72 0 54 2C 14 14C 48 2E
Octal 314 41 162 0 124 54 24 514 110 56
Binary 11001100 100001 1110010 0 1010100 101100 10100 101001100 1001000 101110

Color Harmonies of #CC2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2172

Black with #CC2172

Text Example


Text Example

White with #CC2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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