Html Css Color HEX #CC2577 Medium Violet Red

📋 copy color: '#CC2577'

red 204 ◦ green 37 ◦ blue 119

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

Shades of Medium Violet Red #CC2577

Tints of Medium Violet Red #CC2577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 56.67%
G = 10.28%
B = 33.06%

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

#CC2577 (or 0xCC2577) is known color: Medium Violet Red. HEX triplet: CC, 25 and 77. RGB value is (204,37,119). Sum of RGB (Red+Green+Blue) = 204+37+119=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2577 is #33DA88. Grayscale: #606060. Windows color (decimal): -3398281 or 7808460. OLE color: 7808460.

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

Color convert

RGB 204 37 119 -
CMYK 0 0.82 0.42 0.2
HSL 330.54º 0.69% 0.47% -
HSV(B) 330.54º 0.82% 0.8% -
XYZ 28.89 15.49 18.92 -
YUV 96.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 204 37 119 0 0.82 0.42 0.2 330.54 0.69 0.47
Hex CC 25 77 0 52 2A 14 14B 45 2F
Octal 314 45 167 0 122 52 24 513 105 57
Binary 11001100 100101 1110111 0 1010010 101010 10100 101001011 1000101 101111

Color Harmonies of #CC2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2577

Black with #CC2577

Text Example


Text Example

White with #CC2577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2577; }

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

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

background-color css

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

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

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

border-color css

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

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

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