#C012D5

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

Shades of Deep Magenta #C012D5

Tints of Deep Magenta #C012D5

Color information

#C012D5 (or 0xC012D5) is unknown color: approx Deep Magenta. HEX triplet: C0, 12 and D5. RGB value is (192,18,213). Sum of RGB (Red+Green+Blue) = 192+18+213=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #C012D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012D5 is #3FED2A. Grayscale: #5B5B5B. Windows color (decimal): -4189483 or 13963968. OLE color: 13963968.

HSL color Cylindrical-coordinate representation of color #C012D5: hue angle of 293.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012D5 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19218213-
CMYK0.100.9200.16
HSL293.54º84.42%45.29%-
HSV(B)293.54º91.55%83.53%-
XYZ33.9616.4464.33-
YUV92.26196.15199.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 18 (7.42% from 255) = 4.26%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=45.39%
G=4.26%
B=50.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192182130.100.9200.16293.5484.4245.29
HexC012D5A5C010126542d
Octal300223251213402044612455
Binary110000001001011010101101010111000100001001001101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C012D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C012D5; }

 p { color: rgb(192,18,213); }

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

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

 a { background-color: rgb(192,18,213); }

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

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

 span { border-color: rgb(192,18,213); }

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