Html Css Color HEX #CC2498 Medium Violet Red

📋 copy color: '#CC2498'

red 204 ◦ green 36 ◦ blue 152

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

Shades of Medium Violet Red #CC2498

Tints of Medium Violet Red #CC2498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 52.04%
G = 9.18%
B = 38.78%

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

#CC2498 (or 0xCC2498) is known color: Medium Violet Red. HEX triplet: CC, 24 and 98. RGB value is (204,36,152). Sum of RGB (Red+Green+Blue) = 204+36+152=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2498 is #33DB67. Grayscale: #636363. Windows color (decimal): -3398504 or 9970892. OLE color: 9970892.

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

Color convert

RGB 204 36 152 -
CMYK 0 0.82 0.25 0.2
HSL 318.57º 0.7% 0.47% -
HSV(B) 318.57º 0.82% 0.8% -
XYZ 31.2 16.37 31.22 -
YUV 99.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 204 36 152 0 0.82 0.25 0.2 318.57 0.7 0.47
Hex CC 24 98 0 52 19 14 13F 46 2F
Octal 314 44 230 0 122 31 24 477 106 57
Binary 11001100 100100 10011000 0 1010010 11001 10100 100111111 1000110 101111

Color Harmonies of #CC2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2498

Black with #CC2498

Text Example


Text Example

White with #CC2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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