Html Css Color HEX #CC2192 Medium Violet Red

📋 copy color: '#CC2192'

red 204 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #CC2192

Tints of Medium Violet Red #CC2192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 53.26%
G = 8.62%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2192 (or 0xCC2192) is known color: Medium Violet Red. HEX triplet: CC, 21 and 92. RGB value is (204,33,146). Sum of RGB (Red+Green+Blue) = 204+33+146=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2192 is #33DE6D. Grayscale: #606060. Windows color (decimal): -3399278 or 9576908. OLE color: 9576908.

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

Color convert

RGB 204 33 146 -
CMYK 0 0.84 0.28 0.2
HSL 320.35º 0.72% 0.46% -
HSV(B) 320.35º 0.84% 0.8% -
XYZ 30.63 16 28.67 -
YUV 97.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 204 33 146 0 0.84 0.28 0.2 320.35 0.72 0.46
Hex CC 21 92 0 54 1C 14 140 48 2E
Octal 314 41 222 0 124 34 24 500 110 56
Binary 11001100 100001 10010010 0 1010100 11100 10100 101000000 1001000 101110

Color Harmonies of #CC2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2192

Black with #CC2192

Text Example


Text Example

White with #CC2192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2192; }

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

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

background-color css

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

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

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

border-color css

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

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

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