Html Css Color HEX #C010A9 Deep Magenta

📋 copy color: '#C010A9'

red 192 ◦ green 16 ◦ blue 169

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

Shades of Deep Magenta #C010A9

Tints of Deep Magenta #C010A9

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

 GREEN value IS 16 (6.64% from 255) = 4.24%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 50.93%
G = 4.24%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C010A9 (or 0xC010A9) is known color: Deep Magenta. HEX triplet: C0, 10 and A9. RGB value is (192,16,169). Sum of RGB (Red+Green+Blue) = 192+16+169=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A9 is #3FEF56. Grayscale: #555555. Windows color (decimal): -4190039 or 11079872. OLE color: 11079872.

HSL color Cylindrical-coordinate representation of color #C010A9: hue angle of 307.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010A9 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 169 -
CMYK 0 0.92 0.12 0.25
HSL 307.84º 0.85% 0.41% -
HSV(B) 307.84º 0.92% 0.75% -
XYZ 29.08 14.44 38.79 -
YUV 86.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 192 16 169 0 0.92 0.12 0.25 307.84 0.85 0.41
Hex C0 10 A9 0 5C C 19 134 55 29
Octal 300 20 251 0 134 14 31 464 125 51
Binary 11000000 10000 10101001 0 1011100 1100 11001 100110100 1010101 101001

Color Harmonies of #C010A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010A9

Black with #C010A9

Text Example


Text Example

White with #C010A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010A9; }

 p { color: rgb(192,16,169); }

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

background-color css

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

 a { background-color: rgb(192,16,169); }

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

border-color css

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

 span { border-color: rgb(192,16,169); }

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