Html Css Color HEX #C013AA Deep Magenta

📋 copy color: '#C013AA'

red 192 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #C013AA

Tints of Deep Magenta #C013AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 50.39%
G = 4.99%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C013AA (or 0xC013AA) is known color: Deep Magenta. HEX triplet: C0, 13 and AA. RGB value is (192,19,170). Sum of RGB (Red+Green+Blue) = 192+19+170=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AA is #3FEC55. Grayscale: #575757. Windows color (decimal): -4189270 or 11146176. OLE color: 11146176.

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

Color convert

RGB 192 19 170 -
CMYK 0 0.90 0.11 0.25
HSL 307.63º 0.82% 0.41% -
HSV(B) 307.63º 0.9% 0.75% -
XYZ 29.23 14.57 39.3 -
YUV 87.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 192 19 170 0 0.90 0.11 0.25 307.63 0.82 0.41
Hex C0 13 AA 0 5A B 19 134 52 29
Octal 300 23 252 0 132 13 31 464 122 51
Binary 11000000 10011 10101010 0 1011010 1011 11001 100110100 1010010 101001

Color Harmonies of #C013AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013AA

Black with #C013AA

Text Example


Text Example

White with #C013AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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