Html Css Color HEX #CC2580 Medium Violet Red

📋 copy color: '#CC2580'

red 204 ◦ green 37 ◦ blue 128

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

Shades of Medium Violet Red #CC2580

Tints of Medium Violet Red #CC2580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 55.28%
G = 10.03%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2580 (or 0xCC2580) is known color: Medium Violet Red. HEX triplet: CC, 25 and 80. RGB value is (204,37,128). Sum of RGB (Red+Green+Blue) = 204+37+128=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2580 is #33DA7F. Grayscale: #616161. Windows color (decimal): -3398272 or 8398284. OLE color: 8398284.

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

Color convert

RGB 204 37 128 -
CMYK 0 0.82 0.37 0.2
HSL 327.31º 0.69% 0.47% -
HSV(B) 327.31º 0.82% 0.8% -
XYZ 29.46 15.72 21.9 -
YUV 97.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 204 37 128 0 0.82 0.37 0.2 327.31 0.69 0.47
Hex CC 25 80 0 52 25 14 147 45 2F
Octal 314 45 200 0 122 45 24 507 105 57
Binary 11001100 100101 10000000 0 1010010 100101 10100 101000111 1000101 101111

Color Harmonies of #CC2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2580

Black with #CC2580

Text Example


Text Example

White with #CC2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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