Html Css Color HEX #C10AAC Deep Magenta

📋 copy color: '#C10AAC'

red 193 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #C10AAC

Tints of Deep Magenta #C10AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 51.47%
G = 2.67%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C10AAC (or 0xC10AAC) is known color: Deep Magenta. HEX triplet: C1, 0A and AC. RGB value is (193,10,172). Sum of RGB (Red+Green+Blue) = 193+10+172=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAC is #3EF553. Grayscale: #525252. Windows color (decimal): -4126036 or 11274945. OLE color: 11274945.

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

Color convert

RGB 193 10 172 -
CMYK 0 0.95 0.11 0.24
HSL 306.89º 0.9% 0.4% -
HSV(B) 306.89º 0.95% 0.76% -
XYZ 29.55 14.53 40.28 -
YUV 83.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 193 10 172 0 0.95 0.11 0.24 306.89 0.9 0.4
Hex C1 A AC 0 5F B 18 133 5A 28
Octal 301 12 254 0 137 13 30 463 132 50
Binary 11000001 1010 10101100 0 1011111 1011 11000 100110011 1011010 101000

Color Harmonies of #C10AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AAC

Black with #C10AAC

Text Example


Text Example

White with #C10AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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