Html Css Color HEX #CC2176 Medium Violet Red

📋 copy color: '#CC2176'

red 204 ◦ green 33 ◦ blue 118

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

Shades of Medium Violet Red #CC2176

Tints of Medium Violet Red #CC2176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 57.46%
G = 9.3%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2176 (or 0xCC2176) is known color: Medium Violet Red. HEX triplet: CC, 21 and 76. RGB value is (204,33,118). Sum of RGB (Red+Green+Blue) = 204+33+118=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2176 is #33DE89. Grayscale: #5D5D5D. Windows color (decimal): -3399306 or 7741900. OLE color: 7741900.

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

Color convert

RGB 204 33 118 -
CMYK 0 0.84 0.42 0.2
HSL 330.18º 0.72% 0.46% -
HSV(B) 330.18º 0.84% 0.8% -
XYZ 28.72 15.23 18.57 -
YUV 93.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 204 33 118 0 0.84 0.42 0.2 330.18 0.72 0.46
Hex CC 21 76 0 54 2A 14 14A 48 2E
Octal 314 41 166 0 124 52 24 512 110 56
Binary 11001100 100001 1110110 0 1010100 101010 10100 101001010 1001000 101110

Color Harmonies of #CC2176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2176

Black with #CC2176

Text Example


Text Example

White with #CC2176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2176; }

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

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

background-color css

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

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

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

border-color css

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

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

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