Html Css Color HEX #CC2499 Medium Violet Red

📋 copy color: '#CC2499'

red 204 ◦ green 36 ◦ blue 153

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

Shades of Medium Violet Red #CC2499

Tints of Medium Violet Red #CC2499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 51.91%
G = 9.16%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2499 (or 0xCC2499) is known color: Medium Violet Red. HEX triplet: CC, 24 and 99. RGB value is (204,36,153). Sum of RGB (Red+Green+Blue) = 204+36+153=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2499 is #33DB66. Grayscale: #636363. Windows color (decimal): -3398503 or 10036428. OLE color: 10036428.

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

Color convert

RGB 204 36 153 -
CMYK 0 0.82 0.25 0.2
HSL 318.21º 0.7% 0.47% -
HSV(B) 318.21º 0.82% 0.8% -
XYZ 31.28 16.4 31.65 -
YUV 99.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 204 36 153 0 0.82 0.25 0.2 318.21 0.7 0.47
Hex CC 24 99 0 52 19 14 13E 46 2F
Octal 314 44 231 0 122 31 24 476 106 57
Binary 11001100 100100 10011001 0 1010010 11001 10100 100111110 1000110 101111

Color Harmonies of #CC2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2499

Black with #CC2499

Text Example


Text Example

White with #CC2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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