#C01AD1

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

Shades of Deep Magenta #C01AD1

Tints of Deep Magenta #C01AD1

Color information

#C01AD1 (or 0xC01AD1) is unknown color: approx Deep Magenta. HEX triplet: C0, 1A and D1. RGB value is (192,26,209). Sum of RGB (Red+Green+Blue) = 192+26+209=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #C01AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AD1 is #3FE52E. Grayscale: #5F5F5F. Windows color (decimal): -4187439 or 13703872. OLE color: 13703872.

HSL color Cylindrical-coordinate representation of color #C01AD1: hue angle of 294.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01AD1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19226209-
CMYK0.080.8800.18
HSL294.43º77.87%46.08%-
HSV(B)294.43º87.56%81.96%-
XYZ33.6216.5561.74-
YUV96.5191.5196.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 26 (10.55% from 255) = 6.09%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=44.96%
G=6.09%
B=48.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192262090.080.8800.18294.4377.8746.08
HexC01AD18580121264e2e
Octal300323211013002244611656
Binary110000001101011010001100010110000100101001001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01AD1; }

 p { color: rgb(192,26,209); }

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

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

 a { background-color: rgb(192,26,209); }

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

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

 span { border-color: rgb(192,26,209); }

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