Html Css Color HEX #C013AE Deep Magenta

📋 copy color: '#C013AE'

red 192 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #C013AE

Tints of Deep Magenta #C013AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

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

R = 49.87%
G = 4.94%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C013AE (or 0xC013AE) is known color: Deep Magenta. HEX triplet: C0, 13 and AE. RGB value is (192,19,174). Sum of RGB (Red+Green+Blue) = 192+19+174=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AE is #3FEC51. Grayscale: #575757. Windows color (decimal): -4189266 or 11408320. OLE color: 11408320.

HSL color Cylindrical-coordinate representation of color #C013AE: hue angle of 306.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013AE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 174 -
CMYK 0 0.90 0.09 0.25
HSL 306.24º 0.82% 0.41% -
HSV(B) 306.24º 0.9% 0.75% -
XYZ 29.61 14.73 41.33 -
YUV 88.4 176.31 201.9 -
System Red Green Blue C M Y K H S L
Decimal 192 19 174 0 0.90 0.09 0.25 306.24 0.82 0.41
Hex C0 13 AE 0 5A 9 19 132 52 29
Octal 300 23 256 0 132 11 31 462 122 51
Binary 11000000 10011 10101110 0 1011010 1001 11001 100110010 1010010 101001

Color Harmonies of #C013AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013AE

Black with #C013AE

Text Example


Text Example

White with #C013AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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