Html Css Color HEX #CC2292 Medium Violet Red

📋 copy color: '#CC2292'

red 204 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #CC2292

Tints of Medium Violet Red #CC2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.85%

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

R = 53.13%
G = 8.85%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2292 (or 0xCC2292) is known color: Medium Violet Red. HEX triplet: CC, 22 and 92. RGB value is (204,34,146). Sum of RGB (Red+Green+Blue) = 204+34+146=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2292 is #33DD6D. Grayscale: #616161. Windows color (decimal): -3399022 or 9577164. OLE color: 9577164.

HSL color Cylindrical-coordinate representation of color #CC2292: hue angle of 320.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2292 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 146 -
CMYK 0 0.83 0.28 0.2
HSL 320.47º 0.71% 0.47% -
HSV(B) 320.47º 0.83% 0.8% -
XYZ 30.66 16.06 28.68 -
YUV 97.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 204 34 146 0 0.83 0.28 0.2 320.47 0.71 0.47
Hex CC 22 92 0 53 1C 14 140 47 2F
Octal 314 42 222 0 123 34 24 500 107 57
Binary 11001100 100010 10010010 0 1010011 11100 10100 101000000 1000111 101111

Color Harmonies of #CC2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2292

Black with #CC2292

Text Example


Text Example

White with #CC2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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