Html Css Color HEX #CC2484 Medium Violet Red

📋 copy color: '#CC2484'

red 204 ◦ green 36 ◦ blue 132

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

Shades of Medium Violet Red #CC2484

Tints of Medium Violet Red #CC2484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 54.84%
G = 9.68%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2484 (or 0xCC2484) is known color: Medium Violet Red. HEX triplet: CC, 24 and 84. RGB value is (204,36,132). Sum of RGB (Red+Green+Blue) = 204+36+132=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2484 is #33DB7B. Grayscale: #606060. Windows color (decimal): -3398524 or 8660172. OLE color: 8660172.

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

Color convert

RGB 204 36 132 -
CMYK 0 0.82 0.35 0.2
HSL 325.71º 0.7% 0.47% -
HSV(B) 325.71º 0.82% 0.8% -
XYZ 29.7 15.77 23.31 -
YUV 97.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 204 36 132 0 0.82 0.35 0.2 325.71 0.7 0.47
Hex CC 24 84 0 52 23 14 146 46 2F
Octal 314 44 204 0 122 43 24 506 106 57
Binary 11001100 100100 10000100 0 1010010 100011 10100 101000110 1000110 101111

Color Harmonies of #CC2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2484

Black with #CC2484

Text Example


Text Example

White with #CC2484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2484; }

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

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

background-color css

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

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

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

border-color css

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

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

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