Html Css Color HEX #C412DF Deep Magenta

📋 copy color: '#C412DF'

red 196 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C412DF

Tints of Deep Magenta #C412DF

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

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

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

R = 44.85%
G = 4.12%
B = 51.03%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C412DF (or 0xC412DF) is known color: Deep Magenta. HEX triplet: C4, 12 and DF. RGB value is (196,18,223). Sum of RGB (Red+Green+Blue) = 196+18+223=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C412DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412DF is #3BED20. Grayscale: #5D5D5D. Windows color (decimal): -3927329 or 14619332. OLE color: 14619332.

HSL color Cylindrical-coordinate representation of color #C412DF: hue angle of 292.1º 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 #C412DF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 18 223 -
CMYK 0.12 0.92 0 0.13
HSL 292.1º 0.85% 0.47% -
HSV(B) 292.1º 0.92% 0.87% -
XYZ 36.3 17.5 71.28 -
YUV 94.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 196 18 223 0.12 0.92 0 0.13 292.1 0.85 0.47
Hex C4 12 DF C 5C 0 D 124 55 2F
Octal 304 22 337 14 134 0 15 444 125 57
Binary 11000100 10010 11011111 1100 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C412DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412DF

Black with #C412DF

Text Example


Text Example

White with #C412DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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