Html Css Color HEX #CC2576 Medium Violet Red

📋 copy color: '#CC2576'

red 204 ◦ green 37 ◦ blue 118

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

Shades of Medium Violet Red #CC2576

Tints of Medium Violet Red #CC2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 56.82%
G = 10.31%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2576 (or 0xCC2576) is known color: Medium Violet Red. HEX triplet: CC, 25 and 76. RGB value is (204,37,118). Sum of RGB (Red+Green+Blue) = 204+37+118=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2576 is #33DA89. Grayscale: #606060. Windows color (decimal): -3398282 or 7742924. OLE color: 7742924.

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

Color convert

RGB 204 37 118 -
CMYK 0 0.82 0.42 0.2
HSL 330.9º 0.69% 0.47% -
HSV(B) 330.9º 0.82% 0.8% -
XYZ 28.83 15.47 18.61 -
YUV 96.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 204 37 118 0 0.82 0.42 0.2 330.9 0.69 0.47
Hex CC 25 76 0 52 2A 14 14B 45 2F
Octal 314 45 166 0 122 52 24 513 105 57
Binary 11001100 100101 1110110 0 1010010 101010 10100 101001011 1000101 101111

Color Harmonies of #CC2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2576

Black with #CC2576

Text Example


Text Example

White with #CC2576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2576; }

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

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

background-color css

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

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

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

border-color css

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

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

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