Html Css Color HEX #C012DF Deep Magenta

📋 copy color: '#C012DF'

red 192 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C012DF

Tints of Deep Magenta #C012DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 44.34%
G = 4.16%
B = 51.5%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C012DF (or 0xC012DF) is known color: Deep Magenta. HEX triplet: C0, 12 and DF. RGB value is (192,18,223). Sum of RGB (Red+Green+Blue) = 192+18+223=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C012DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012DF is #3FED20. Grayscale: #5C5C5C. Windows color (decimal): -4189473 or 14619328. OLE color: 14619328.

HSL color Cylindrical-coordinate representation of color #C012DF: hue angle of 290.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012DF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 18 223 -
CMYK 0.14 0.92 0 0.13
HSL 290.93º 0.85% 0.47% -
HSV(B) 290.93º 0.92% 0.87% -
XYZ 35.27 16.97 71.23 -
YUV 93.4 201.15 198.33 -
System Red Green Blue C M Y K H S L
Decimal 192 18 223 0.14 0.92 0 0.13 290.93 0.85 0.47
Hex C0 12 DF E 5C 0 D 123 55 2F
Octal 300 22 337 16 134 0 15 443 125 57
Binary 11000000 10010 11011111 1110 1011100 0 1101 100100011 1010101 101111

Color Harmonies of #C012DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012DF

Black with #C012DF

Text Example


Text Example

White with #C012DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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