Html Css Color HEX #C010AE Deep Magenta

📋 copy color: '#C010AE'

red 192 ◦ green 16 ◦ blue 174

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

Shades of Deep Magenta #C010AE

Tints of Deep Magenta #C010AE

RGB

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

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

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

R = 50.26%
G = 4.19%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C010AE (or 0xC010AE) is known color: Deep Magenta. HEX triplet: C0, 10 and AE. RGB value is (192,16,174). Sum of RGB (Red+Green+Blue) = 192+16+174=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AE is #3FEF51. Grayscale: #565656. Windows color (decimal): -4190034 or 11407552. OLE color: 11407552.

HSL color Cylindrical-coordinate representation of color #C010AE: hue angle of 306.14º 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 #C010AE is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 174 -
CMYK 0 0.92 0.09 0.25
HSL 306.14º 0.85% 0.41% -
HSV(B) 306.14º 0.92% 0.75% -
XYZ 29.56 14.63 41.31 -
YUV 86.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 192 16 174 0 0.92 0.09 0.25 306.14 0.85 0.41
Hex C0 10 AE 0 5C 9 19 132 55 29
Octal 300 20 256 0 134 11 31 462 125 51
Binary 11000000 10000 10101110 0 1011100 1001 11001 100110010 1010101 101001

Color Harmonies of #C010AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010AE

Black with #C010AE

Text Example


Text Example

White with #C010AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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