#C613E2

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

Shades of Deep Magenta #C613E2

Tints of Deep Magenta #C613E2

Color information

#C613E2 (or 0xC613E2) is unknown color: approx Deep Magenta. HEX triplet: C6, 13 and E2. RGB value is (198,19,226). Sum of RGB (Red+Green+Blue) = 198+19+226=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #C613E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613E2 is #39EC1D. Grayscale: #5F5F5F. Windows color (decimal): -3795998 or 14816198. OLE color: 14816198.

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

Color convert

RGB19819226-
CMYK0.120.9200.11
HSL291.88º84.49%48.04%-
HSV(B)291.88º91.59%88.63%-
XYZ37.2517.9673.46-
YUV96.12201.3200.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 19 (7.81% from 255) = 4.29%
BLUE value IS 226 (88.67% from 255) = 51.02%
R=44.70%
G=4.29%
B=51.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal198192260.120.9200.11291.8884.4948.04
HexC613E2C5C0B1245430
Octal306233421413401344412460
Binary11000110100111110001011001011100010111001001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C613E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C613E2; }

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

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

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

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

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

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

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

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