#C10DB5

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

Shades of Deep Magenta #C10DB5

Tints of Deep Magenta #C10DB5

Color information

#C10DB5 (or 0xC10DB5) is unknown color: approx Deep Magenta. HEX triplet: C1, 0D and B5. RGB value is (193,13,181). Sum of RGB (Red+Green+Blue) = 193+13+181=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DB5 is #3EF24A. Grayscale: #555555. Windows color (decimal): -4125259 or 11865537. OLE color: 11865537.

HSL color Cylindrical-coordinate representation of color #C10DB5: hue angle of 304º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19313181-
CMYK00.930.060.24
HSL304º87.38%40.39%-
HSV(B)304º93.26%75.69%-
XYZ30.4814.9645-
YUV85.97181.63204.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 13 (5.47% from 255) = 3.36%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=49.87%
G=3.36%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931318100.930.060.2430487.3840.39
HexC1DB505D6181305728
Octal30115265013563046012750
Binary1100000111011011010101011101110110001001100001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10DB5; }

 p { color: rgb(193,13,181); }

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

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

 a { background-color: rgb(193,13,181); }

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

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

 span { border-color: rgb(193,13,181); }

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