Html Css Color HEX #CC2078 Medium Violet Red

📋 copy color: '#CC2078'

red 204 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #CC2078

Tints of Medium Violet Red #CC2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 57.3%
G = 8.99%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2078 (or 0xCC2078) is known color: Medium Violet Red. HEX triplet: CC, 20 and 78. RGB value is (204,32,120). Sum of RGB (Red+Green+Blue) = 204+32+120=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2078 is #33DF87. Grayscale: #5D5D5D. Windows color (decimal): -3399560 or 7872716. OLE color: 7872716.

HSL color Cylindrical-coordinate representation of color #CC2078: hue angle of 329.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2078 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 120 -
CMYK 0 0.84 0.41 0.2
HSL 329.3º 0.73% 0.46% -
HSV(B) 329.3º 0.84% 0.8% -
XYZ 28.81 15.23 19.19 -
YUV 93.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 204 32 120 0 0.84 0.41 0.2 329.3 0.73 0.46
Hex CC 20 78 0 54 29 14 149 49 2E
Octal 314 40 170 0 124 51 24 511 111 56
Binary 11001100 100000 1111000 0 1010100 101001 10100 101001001 1001001 101110

Color Harmonies of #CC2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2078

Black with #CC2078

Text Example


Text Example

White with #CC2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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