#C20CC3

Color #C20CC3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C20CC3

Tints of Deep Magenta #C20CC3

Color information

#C20CC3 (or 0xC20CC3) is unknown color: approx Deep Magenta. HEX triplet: C2, 0C and C3. RGB value is (194,12,195). Sum of RGB (Red+Green+Blue) = 194+12+195=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #C20CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CC3 is #3DF33C. Grayscale: #565656. Windows color (decimal): -4059965 or 12782786. OLE color: 12782786.

HSL color Cylindrical-coordinate representation of color #C20CC3: hue angle of 299.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CC3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19412195-
CMYK0.010.9400.24
HSL299.67º88.41%40.59%-
HSV(B)299.67º93.85%76.47%-
XYZ32.2315.6752.96-
YUV87.28188.8204.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 195 (76.56% from 255) = 48.63%
R=48.38%
G=2.99%
B=48.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194121950.010.9400.24299.6788.4140.59
HexC2CC315E01812c5829
Octal30214303113603045413051
Binary11000010110011000011110111100110001001011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20CC3; }

 p { color: rgb(194,12,195); }

 H1.HeaderClassName
 {
   color: #C20CC3;
 }
 .AnyTagClassName
 {
   color: #C20CC3;
 }
</style>
background-color css

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

 a { background-color: rgb(194,12,195); }

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

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

 span { border-color: rgb(194,12,195); }

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