#C600E2

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

Shades of Deep Magenta #C600E2

Tints of Deep Magenta #C600E2

Color information

#C600E2 (or 0xC600E2) is unknown color: approx Deep Magenta. HEX triplet: C6, 00 and E2. RGB value is (198,0,226). Sum of RGB (Red+Green+Blue) = 198+0+226=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 226 (88.67% from 255 or 53.30% from 424); Max value from RGB is 226 - color contains mainly: blue. Hex color #C600E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600E2 is #39FF1D. Grayscale: #545454. Windows color (decimal): -3800862 or 14811334. OLE color: 14811334.

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

Color convert

RGB1980226-
CMYK0.12100.11
HSL292.57º100%44.31%-
HSV(B)292.57º100%88.63%-
XYZ37.0217.573.38-
YUV84.97207.6208.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 226 (88.67% from 255) = 53.30%
R=46.70%
G=0%
B=53.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19802260.12100.11292.5710044.31
HexC60E2C640B125642c
Octal30603421414401344514454
Binary1100011001110001011001100100010111001001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C600E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C600E2; }

 p { color: rgb(198,0,226); }

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

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

 a { background-color: rgb(198,0,226); }

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

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

 span { border-color: rgb(198,0,226); }

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