Html Css Color HEX #C012AF Deep Magenta

📋 copy color: '#C012AF'

red 192 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #C012AF

Tints of Deep Magenta #C012AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 49.87%
G = 4.68%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C012AF (or 0xC012AF) is known color: Deep Magenta. HEX triplet: C0, 12 and AF. RGB value is (192,18,175). Sum of RGB (Red+Green+Blue) = 192+18+175=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AF is #3FED50. Grayscale: #575757. Windows color (decimal): -4189521 or 11473600. OLE color: 11473600.

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

Color convert

RGB 192 18 175 -
CMYK 0 0.91 0.09 0.25
HSL 305.86º 0.83% 0.41% -
HSV(B) 305.86º 0.91% 0.75% -
XYZ 29.69 14.73 41.84 -
YUV 87.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 192 18 175 0 0.91 0.09 0.25 305.86 0.83 0.41
Hex C0 12 AF 0 5B 9 19 132 53 29
Octal 300 22 257 0 133 11 31 462 123 51
Binary 11000000 10010 10101111 0 1011011 1001 11001 100110010 1010011 101001

Color Harmonies of #C012AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012AF

Black with #C012AF

Text Example


Text Example

White with #C012AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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