#C10BD9

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

Shades of Deep Magenta #C10BD9

Tints of Deep Magenta #C10BD9

Color information

#C10BD9 (or 0xC10BD9) is unknown color: approx Deep Magenta. HEX triplet: C1, 0B and D9. RGB value is (193,11,217). Sum of RGB (Red+Green+Blue) = 193+11+217=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #C10BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BD9 is #3EF426. Grayscale: #585858. Windows color (decimal): -4125735 or 14224321. OLE color: 14224321.

HSL color Cylindrical-coordinate representation of color #C10BD9: hue angle of 293.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BD9 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19311217-
CMYK0.110.9500.15
HSL293.01º90.35%44.71%-
HSV(B)293.01º94.93%85.1%-
XYZ34.6416.5967.02-
YUV88.9200.3202.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 11 (4.69% from 255) = 2.61%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=45.84%
G=2.61%
B=51.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193112170.110.9500.15293.0190.3544.71
HexC1BD9B5F0F1255a2d
Octal301133311313701744513255
Binary1100000110111101100110111011111011111001001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10BD9; }

 p { color: rgb(193,11,217); }

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

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

 a { background-color: rgb(193,11,217); }

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

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

 span { border-color: rgb(193,11,217); }

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