Html Css Color HEX #C10AAE Deep Magenta

📋 copy color: '#C10AAE'

red 193 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #C10AAE

Tints of Deep Magenta #C10AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 51.19%
G = 2.65%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C10AAE (or 0xC10AAE) is known color: Deep Magenta. HEX triplet: C1, 0A and AE. RGB value is (193,10,174). Sum of RGB (Red+Green+Blue) = 193+10+174=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAE is #3EF551. Grayscale: #525252. Windows color (decimal): -4126034 or 11406017. OLE color: 11406017.

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

Color convert

RGB 193 10 174 -
CMYK 0 0.95 0.10 0.24
HSL 306.23º 0.9% 0.4% -
HSV(B) 306.23º 0.95% 0.76% -
XYZ 29.74 14.61 41.3 -
YUV 83.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 193 10 174 0 0.95 0.10 0.24 306.23 0.9 0.4
Hex C1 A AE 0 5F A 18 132 5A 28
Octal 301 12 256 0 137 12 30 462 132 50
Binary 11000001 1010 10101110 0 1011111 1010 11000 100110010 1011010 101000

Color Harmonies of #C10AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AAE

Black with #C10AAE

Text Example


Text Example

White with #C10AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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