#C402C5

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

Shades of Deep Magenta #C402C5

Tints of Deep Magenta #C402C5

Color information

#C402C5 (or 0xC402C5) is unknown color: approx Deep Magenta. HEX triplet: C4, 02 and C5. RGB value is (196,2,197). Sum of RGB (Red+Green+Blue) = 196+2+197=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #C402C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402C5 is #3BFD3A. Grayscale: #515151. Windows color (decimal): -3931451 or 12911300. OLE color: 12911300.

HSL color Cylindrical-coordinate representation of color #C402C5: hue angle of 299.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402C5 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1962197-
CMYK0.010.9900.23
HSL299.69º97.99%39.02%-
HSV(B)299.69º98.98%77.25%-
XYZ32.8615.8154.14-
YUV82.24192.77209.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 197 (77.34% from 255) = 49.87%
R=49.62%
G=0.51%
B=49.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19621970.010.9900.23299.6997.9939.02
HexC42C516301712c6227
Octal3042305114302745414247
Binary110001001011000101111000110101111001011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C402C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C402C5; }

 p { color: rgb(196,2,197); }

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

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

 a { background-color: rgb(196,2,197); }

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

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

 span { border-color: rgb(196,2,197); }

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