#c10aab

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

Shades of Deep Magenta #C10AAB

Tints of Deep Magenta #C10AAB

Color information

#C10AAB (or 0xC10AAB) is unknown color: approx Deep Magenta. HEX triplet: C1, 0A and AB. RGB value is (193,10,171). Sum of RGB (Red+Green+Blue) = 193+10+171=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAB is #3EF554. Grayscale: #525252. Windows color (decimal): -4126037 or 11209409. OLE color: 11209409.

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

Color convert

RGB19310171-
CMYK00.950.110.24
HSL307.21º90.15%39.8%-
HSV(B)307.21º94.82%75.69%-
XYZ29.4514.4939.77-
YUV83.07177.63206.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=51.60%
G=2.67%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931017100.950.110.24307.2190.1539.8
HexC1AAB05FB181335a28
Octal301122530137133046313250
Binary11000001101010101011010111111011110001001100111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10aab; }

 p { color: rgb(193,10,171); }

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

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

 a { background-color: rgb(193,10,171); }

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

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

 span { border-color: rgb(193,10,171); }

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