Html Css Color HEX #C10AAD Deep Magenta

📋 copy color: '#C10AAD'

red 193 ◦ green 10 ◦ blue 173

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

Shades of Deep Magenta #C10AAD

Tints of Deep Magenta #C10AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 51.33%
G = 2.66%
B = 46.01%

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

#C10AAD (or 0xC10AAD) is known color: Deep Magenta. HEX triplet: C1, 0A and AD. RGB value is (193,10,173). Sum of RGB (Red+Green+Blue) = 193+10+173=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAD is #3EF552. Grayscale: #525252. Windows color (decimal): -4126035 or 11340481. OLE color: 11340481.

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

Color convert

RGB 193 10 173 -
CMYK 0 0.95 0.10 0.24
HSL 306.56º 0.9% 0.4% -
HSV(B) 306.56º 0.95% 0.76% -
XYZ 29.64 14.57 40.79 -
YUV 83.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 193 10 173 0 0.95 0.10 0.24 306.56 0.9 0.4
Hex C1 A AD 0 5F A 18 133 5A 28
Octal 301 12 255 0 137 12 30 463 132 50
Binary 11000001 1010 10101101 0 1011111 1010 11000 100110011 1011010 101000

Color Harmonies of #C10AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AAD

Black with #C10AAD

Text Example


Text Example

White with #C10AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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