Html Css Color HEX #C10AA8 Deep Magenta

📋 copy color: '#C10AA8'

red 193 ◦ green 10 ◦ blue 168

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

Shades of Deep Magenta #C10AA8

Tints of Deep Magenta #C10AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 52.02%
G = 2.7%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C10AA8 (or 0xC10AA8) is known color: Deep Magenta. HEX triplet: C1, 0A and A8. RGB value is (193,10,168). Sum of RGB (Red+Green+Blue) = 193+10+168=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AA8 is #3EF557. Grayscale: #525252. Windows color (decimal): -4126040 or 11012801. OLE color: 11012801.

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

Color convert

RGB 193 10 168 -
CMYK 0 0.95 0.13 0.24
HSL 308.2º 0.9% 0.4% -
HSV(B) 308.2º 0.95% 0.76% -
XYZ 29.17 14.38 38.28 -
YUV 82.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 193 10 168 0 0.95 0.13 0.24 308.2 0.9 0.4
Hex C1 A A8 0 5F D 18 134 5A 28
Octal 301 12 250 0 137 15 30 464 132 50
Binary 11000001 1010 10101000 0 1011111 1101 11000 100110100 1011010 101000

Color Harmonies of #C10AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AA8

Black with #C10AA8

Text Example


Text Example

White with #C10AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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