Html Css Color HEX #CC2492 Medium Violet Red

📋 copy color: '#CC2492'

red 204 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #CC2492

Tints of Medium Violet Red #CC2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 52.85%
G = 9.33%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2492 (or 0xCC2492) is known color: Medium Violet Red. HEX triplet: CC, 24 and 92. RGB value is (204,36,146). Sum of RGB (Red+Green+Blue) = 204+36+146=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2492 is #33DB6D. Grayscale: #626262. Windows color (decimal): -3398510 or 9577676. OLE color: 9577676.

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

Color convert

RGB 204 36 146 -
CMYK 0 0.82 0.28 0.2
HSL 320.71º 0.7% 0.47% -
HSV(B) 320.71º 0.82% 0.8% -
XYZ 30.72 16.17 28.7 -
YUV 98.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 204 36 146 0 0.82 0.28 0.2 320.71 0.7 0.47
Hex CC 24 92 0 52 1C 14 141 46 2F
Octal 314 44 222 0 122 34 24 501 106 57
Binary 11001100 100100 10010010 0 1010010 11100 10100 101000001 1000110 101111

Color Harmonies of #CC2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2492

Black with #CC2492

Text Example


Text Example

White with #CC2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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