#C602E0

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

Shades of Deep Magenta #C602E0

Tints of Deep Magenta #C602E0

Color information

#C602E0 (or 0xC602E0) is unknown color: approx Deep Magenta. HEX triplet: C6, 02 and E0. RGB value is (198,2,224). Sum of RGB (Red+Green+Blue) = 198+2+224=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #C602E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602E0 is #39FD1F. Grayscale: #555555. Windows color (decimal): -3800352 or 14680774. OLE color: 14680774.

HSL color Cylindrical-coordinate representation of color #C602E0: hue angle of 292.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602E0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1982224-
CMYK0.120.9900.12
HSL292.97º98.23%44.31%-
HSV(B)292.97º99.11%87.84%-
XYZ36.7617.4371.95-
YUV85.91205.93207.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 224 (87.89% from 255) = 52.83%
R=46.70%
G=0.47%
B=52.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19822240.120.9900.12292.9798.2344.31
HexC62E0C630C125622c
Octal30623401414301444514254
Binary11000110101110000011001100011011001001001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C602E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C602E0; }

 p { color: rgb(198,2,224); }

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

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

 a { background-color: rgb(198,2,224); }

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

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

 span { border-color: rgb(198,2,224); }

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