Html Css Color HEX #CC1480 Medium Violet Red

📋 copy color: '#CC1480'

red 204 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #CC1480

Tints of Medium Violet Red #CC1480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

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

R = 57.95%
G = 5.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1480 (or 0xCC1480) is known color: Medium Violet Red. HEX triplet: CC, 14 and 80. RGB value is (204,20,128). Sum of RGB (Red+Green+Blue) = 204+20+128=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1480 is #33EB7F. Grayscale: #575757. Windows color (decimal): -3402624 or 8393932. OLE color: 8393932.

HSL color Cylindrical-coordinate representation of color #CC1480: hue angle of 324.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1480 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 128 -
CMYK 0 0.90 0.37 0.2
HSL 324.78º 0.82% 0.44% -
HSV(B) 324.78º 0.9% 0.8% -
XYZ 29.05 14.9 21.77 -
YUV 87.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 204 20 128 0 0.90 0.37 0.2 324.78 0.82 0.44
Hex CC 14 80 0 5A 25 14 145 52 2C
Octal 314 24 200 0 132 45 24 505 122 54
Binary 11001100 10100 10000000 0 1011010 100101 10100 101000101 1010010 101100

Color Harmonies of #CC1480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1480

Black with #CC1480

Text Example


Text Example

White with #CC1480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1480; }

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

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

background-color css

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

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

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

border-color css

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

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

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