Html Css Color HEX #C013AD Deep Magenta

📋 copy color: '#C013AD'

red 192 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #C013AD

Tints of Deep Magenta #C013AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 50%
G = 4.95%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C013AD (or 0xC013AD) is known color: Deep Magenta. HEX triplet: C0, 13 and AD. RGB value is (192,19,173). Sum of RGB (Red+Green+Blue) = 192+19+173=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AD is #3FEC52. Grayscale: #575757. Windows color (decimal): -4189267 or 11342784. OLE color: 11342784.

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

Color convert

RGB 192 19 173 -
CMYK 0 0.90 0.10 0.25
HSL 306.59º 0.82% 0.41% -
HSV(B) 306.59º 0.9% 0.75% -
XYZ 29.51 14.69 40.81 -
YUV 88.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 192 19 173 0 0.90 0.10 0.25 306.59 0.82 0.41
Hex C0 13 AD 0 5A A 19 133 52 29
Octal 300 23 255 0 132 12 31 463 122 51
Binary 11000000 10011 10101101 0 1011010 1010 11001 100110011 1010010 101001

Color Harmonies of #C013AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013AD

Black with #C013AD

Text Example


Text Example

White with #C013AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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