Html Css Color HEX #CC2578 Medium Violet Red

📋 copy color: '#CC2578'

red 204 ◦ green 37 ◦ blue 120

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

Shades of Medium Violet Red #CC2578

Tints of Medium Violet Red #CC2578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 56.51%
G = 10.25%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2578 (or 0xCC2578) is known color: Medium Violet Red. HEX triplet: CC, 25 and 78. RGB value is (204,37,120). Sum of RGB (Red+Green+Blue) = 204+37+120=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2578 is #33DA87. Grayscale: #606060. Windows color (decimal): -3398280 or 7873996. OLE color: 7873996.

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

Color convert

RGB 204 37 120 -
CMYK 0 0.82 0.41 0.2
HSL 330.18º 0.69% 0.47% -
HSV(B) 330.18º 0.82% 0.8% -
XYZ 28.95 15.52 19.24 -
YUV 96.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 204 37 120 0 0.82 0.41 0.2 330.18 0.69 0.47
Hex CC 25 78 0 52 29 14 14A 45 2F
Octal 314 45 170 0 122 51 24 512 105 57
Binary 11001100 100101 1111000 0 1010010 101001 10100 101001010 1000101 101111

Color Harmonies of #CC2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2578

Black with #CC2578

Text Example


Text Example

White with #CC2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2578; }

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

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

background-color css

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

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

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

border-color css

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

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

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