Html Css Color HEX #CC2490 Medium Violet Red

📋 copy color: '#CC2490'

red 204 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #CC2490

Tints of Medium Violet Red #CC2490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 53.13%
G = 9.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2490 (or 0xCC2490) is known color: Medium Violet Red. HEX triplet: CC, 24 and 90. RGB value is (204,36,144). Sum of RGB (Red+Green+Blue) = 204+36+144=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2490 is #33DB6F. Grayscale: #626262. Windows color (decimal): -3398512 or 9446604. OLE color: 9446604.

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

Color convert

RGB 204 36 144 -
CMYK 0 0.82 0.29 0.2
HSL 321.43º 0.7% 0.47% -
HSV(B) 321.43º 0.82% 0.8% -
XYZ 30.57 16.11 27.88 -
YUV 98.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 204 36 144 0 0.82 0.29 0.2 321.43 0.7 0.47
Hex CC 24 90 0 52 1D 14 141 46 2F
Octal 314 44 220 0 122 35 24 501 106 57
Binary 11001100 100100 10010000 0 1010010 11101 10100 101000001 1000110 101111

Color Harmonies of #CC2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2490

Black with #CC2490

Text Example


Text Example

White with #CC2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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