Html Css Color HEX #C10ABA Deep Magenta

📋 copy color: '#C10ABA'

red 193 ◦ green 10 ◦ blue 186

#C10ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C10ABA

Tints of Deep Magenta #C10ABA

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

 GREEN value IS 10 (4.3% from 255) = 2.57%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 49.61%
G = 2.57%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C10ABA (or 0xC10ABA) is known color: Deep Magenta. HEX triplet: C1, 0A and BA. RGB value is (193,10,186). Sum of RGB (Red+Green+Blue) = 193+10+186=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C10ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ABA is #3EF545. Grayscale: #545454. Windows color (decimal): -4126022 or 12192449. OLE color: 12192449.

HSL color Cylindrical-coordinate representation of color #C10ABA: hue angle of 302.3º 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 #C10ABA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 186 -
CMYK 0 0.95 0.04 0.24
HSL 302.3º 0.9% 0.4% -
HSV(B) 302.3º 0.95% 0.76% -
XYZ 30.96 15.1 47.74 -
YUV 84.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 193 10 186 0 0.95 0.04 0.24 302.3 0.9 0.4
Hex C1 A BA 0 5F 4 18 12E 5A 28
Octal 301 12 272 0 137 4 30 456 132 50
Binary 11000001 1010 10111010 0 1011111 100 11000 100101110 1011010 101000

Color Harmonies of #C10ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ABA

Black with #C10ABA

Text Example


Text Example

White with #C10ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ABA; }

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

 H1.HeaderClassName
 {
   color: #C10ABA;
 }
 .AnyTagClassName
 {
   color: #C10ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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