Html Css Color HEX #CC2482 Medium Violet Red

📋 copy color: '#CC2482'

red 204 ◦ green 36 ◦ blue 130

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

Shades of Medium Violet Red #CC2482

Tints of Medium Violet Red #CC2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.73%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 55.14%
G = 9.73%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2482 (or 0xCC2482) is known color: Medium Violet Red. HEX triplet: CC, 24 and 82. RGB value is (204,36,130). Sum of RGB (Red+Green+Blue) = 204+36+130=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2482 is #33DB7D. Grayscale: #606060. Windows color (decimal): -3398526 or 8529100. OLE color: 8529100.

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

Color convert

RGB 204 36 130 -
CMYK 0 0.82 0.36 0.2
HSL 326.43º 0.7% 0.47% -
HSV(B) 326.43º 0.82% 0.8% -
XYZ 29.56 15.71 22.59 -
YUV 96.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 204 36 130 0 0.82 0.36 0.2 326.43 0.7 0.47
Hex CC 24 82 0 52 24 14 146 46 2F
Octal 314 44 202 0 122 44 24 506 106 57
Binary 11001100 100100 10000010 0 1010010 100100 10100 101000110 1000110 101111

Color Harmonies of #CC2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2482

Black with #CC2482

Text Example


Text Example

White with #CC2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2482; }

 p { color: rgb(204,36,130); }

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

background-color css

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

 a { background-color: rgb(204,36,130); }

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

border-color css

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

 span { border-color: rgb(204,36,130); }

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