Html Css Color HEX #CC2276 Medium Violet Red

📋 copy color: '#CC2276'

red 204 ◦ green 34 ◦ blue 118

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

Shades of Medium Violet Red #CC2276

Tints of Medium Violet Red #CC2276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 57.3%
G = 9.55%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2276 (or 0xCC2276) is known color: Medium Violet Red. HEX triplet: CC, 22 and 76. RGB value is (204,34,118). Sum of RGB (Red+Green+Blue) = 204+34+118=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2276 is #33DD89. Grayscale: #5E5E5E. Windows color (decimal): -3399050 or 7742156. OLE color: 7742156.

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

Color convert

RGB 204 34 118 -
CMYK 0 0.83 0.42 0.2
HSL 330.35º 0.71% 0.47% -
HSV(B) 330.35º 0.83% 0.8% -
XYZ 28.74 15.29 18.58 -
YUV 94.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 204 34 118 0 0.83 0.42 0.2 330.35 0.71 0.47
Hex CC 22 76 0 53 2A 14 14A 47 2F
Octal 314 42 166 0 123 52 24 512 107 57
Binary 11001100 100010 1110110 0 1010011 101010 10100 101001010 1000111 101111

Color Harmonies of #CC2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2276

Black with #CC2276

Text Example


Text Example

White with #CC2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2276; }

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

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

background-color css

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

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

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

border-color css

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

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

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