Html Css Color HEX #C012AD Deep Magenta

📋 copy color: '#C012AD'

red 192 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #C012AD

Tints of Deep Magenta #C012AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 50.13%
G = 4.7%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C012AD (or 0xC012AD) is known color: Deep Magenta. HEX triplet: C0, 12 and AD. RGB value is (192,18,173). Sum of RGB (Red+Green+Blue) = 192+18+173=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AD is #3FED52. Grayscale: #575757. Windows color (decimal): -4189523 or 11342528. OLE color: 11342528.

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

Color convert

RGB 192 18 173 -
CMYK 0 0.91 0.10 0.25
HSL 306.55º 0.83% 0.41% -
HSV(B) 306.55º 0.91% 0.75% -
XYZ 29.5 14.66 40.81 -
YUV 87.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 192 18 173 0 0.91 0.10 0.25 306.55 0.83 0.41
Hex C0 12 AD 0 5B A 19 133 53 29
Octal 300 22 255 0 133 12 31 463 123 51
Binary 11000000 10010 10101101 0 1011011 1010 11001 100110011 1010011 101001

Color Harmonies of #C012AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012AD

Black with #C012AD

Text Example


Text Example

White with #C012AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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