Html Css Color HEX #C410DF Deep Magenta

📋 copy color: '#C410DF'

red 196 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #C410DF

Tints of Deep Magenta #C410DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

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

R = 45.06%
G = 3.68%
B = 51.26%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C410DF (or 0xC410DF) is known color: Deep Magenta. HEX triplet: C4, 10 and DF. RGB value is (196,16,223). Sum of RGB (Red+Green+Blue) = 196+16+223=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C410DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410DF is #3BEF20. Grayscale: #5C5C5C. Windows color (decimal): -3927841 or 14618820. OLE color: 14618820.

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

Color convert

RGB 196 16 223 -
CMYK 0.12 0.93 0 0.13
HSL 292.17º 0.87% 0.47% -
HSV(B) 292.17º 0.93% 0.87% -
XYZ 36.27 17.43 71.27 -
YUV 93.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 196 16 223 0.12 0.93 0 0.13 292.17 0.87 0.47
Hex C4 10 DF C 5D 0 D 124 57 2F
Octal 304 20 337 14 135 0 15 444 127 57
Binary 11000100 10000 11011111 1100 1011101 0 1101 100100100 1010111 101111

Color Harmonies of #C410DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410DF

Black with #C410DF

Text Example


Text Example

White with #C410DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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