Html Css Color HEX #CC2496 Medium Violet Red

📋 copy color: '#CC2496'

red 204 ◦ green 36 ◦ blue 150

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

Shades of Medium Violet Red #CC2496

Tints of Medium Violet Red #CC2496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 52.31%
G = 9.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2496 (or 0xCC2496) is known color: Medium Violet Red. HEX triplet: CC, 24 and 96. RGB value is (204,36,150). Sum of RGB (Red+Green+Blue) = 204+36+150=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2496 is #33DB69. Grayscale: #626262. Windows color (decimal): -3398506 or 9839820. OLE color: 9839820.

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

Color convert

RGB 204 36 150 -
CMYK 0 0.82 0.26 0.2
HSL 319.29º 0.7% 0.47% -
HSV(B) 319.29º 0.82% 0.8% -
XYZ 31.04 16.3 30.36 -
YUV 99.23 156.66 202.73 -
System Red Green Blue C M Y K H S L
Decimal 204 36 150 0 0.82 0.26 0.2 319.29 0.7 0.47
Hex CC 24 96 0 52 1A 14 13F 46 2F
Octal 314 44 226 0 122 32 24 477 106 57
Binary 11001100 100100 10010110 0 1010010 11010 10100 100111111 1000110 101111

Color Harmonies of #CC2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2496

Black with #CC2496

Text Example


Text Example

White with #CC2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2496; }

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

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

background-color css

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

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

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

border-color css

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

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

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