Html Css Color HEX #CC2380 Medium Violet Red

📋 copy color: '#CC2380'

red 204 ◦ green 35 ◦ blue 128

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

Shades of Medium Violet Red #CC2380

Tints of Medium Violet Red #CC2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

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

R = 55.59%
G = 9.54%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2380 (or 0xCC2380) is known color: Medium Violet Red. HEX triplet: CC, 23 and 80. RGB value is (204,35,128). Sum of RGB (Red+Green+Blue) = 204+35+128=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2380 is #33DC7F. Grayscale: #5F5F5F. Windows color (decimal): -3398784 or 8397772. OLE color: 8397772.

HSL color Cylindrical-coordinate representation of color #CC2380: hue angle of 326.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2380 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 128 -
CMYK 0 0.83 0.37 0.2
HSL 326.98º 0.71% 0.47% -
HSV(B) 326.98º 0.83% 0.8% -
XYZ 29.4 15.6 21.88 -
YUV 96.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 204 35 128 0 0.83 0.37 0.2 326.98 0.71 0.47
Hex CC 23 80 0 53 25 14 147 47 2F
Octal 314 43 200 0 123 45 24 507 107 57
Binary 11001100 100011 10000000 0 1010011 100101 10100 101000111 1000111 101111

Color Harmonies of #CC2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2380

Black with #CC2380

Text Example


Text Example

White with #CC2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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