#C01BDC

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

Shades of Deep Magenta #C01BDC

Tints of Deep Magenta #C01BDC

Color information

#C01BDC (or 0xC01BDC) is unknown color: approx Deep Magenta. HEX triplet: C0, 1B and DC. RGB value is (192,27,220). Sum of RGB (Red+Green+Blue) = 192+27+220=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C01BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BDC is #3FE423. Grayscale: #616161. Windows color (decimal): -4187172 or 14425024. OLE color: 14425024.

HSL color Cylindrical-coordinate representation of color #C01BDC: hue angle of 291.3º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BDC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19227220-
CMYK0.130.8800.14
HSL291.3º78.14%48.43%-
HSV(B)291.3º87.73%86.27%-
XYZ35.0517.1669.17-
YUV98.34196.66194.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 27 (10.94% from 255) = 6.15%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=43.74%
G=6.15%
B=50.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192272200.130.8800.14291.378.1448.43
HexC01BDCD580E1234e30
Octal300333341513001644311660
Binary11000000110111101110011011011000011101001000111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01BDC; }

 p { color: rgb(192,27,220); }

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

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

 a { background-color: rgb(192,27,220); }

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

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

 span { border-color: rgb(192,27,220); }

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