#C402E3

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

Shades of Deep Magenta #C402E3

Tints of Deep Magenta #C402E3

Color information

#C402E3 (or 0xC402E3) is unknown color: approx Deep Magenta. HEX triplet: C4, 02 and E3. RGB value is (196,2,227). Sum of RGB (Red+Green+Blue) = 196+2+227=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #C402E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402E3 is #3BFD1C. Grayscale: #545454. Windows color (decimal): -3931421 or 14877380. OLE color: 14877380.

HSL color Cylindrical-coordinate representation of color #C402E3: hue angle of 291.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402E3 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1962227-
CMYK0.140.9900.11
HSL291.73º98.25%44.9%-
HSV(B)291.73º99.12%89.02%-
XYZ36.6517.3374.09-
YUV85.66207.77206.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 227 (89.06% from 255) = 53.41%
R=46.12%
G=0.47%
B=53.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19622270.140.9900.11291.7398.2544.9
HexC42E3E630B124622d
Octal30423431614301344414255
Binary11000100101110001111101100011010111001001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C402E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C402E3; }

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

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

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

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

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

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

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

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