Html Css Color HEX #C410DD Deep Magenta

📋 copy color: '#C410DD'

red 196 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C410DD

Tints of Deep Magenta #C410DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 45.27%
G = 3.7%
B = 51.04%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C410DD (or 0xC410DD) is known color: Deep Magenta. HEX triplet: C4, 10 and DD. RGB value is (196,16,221). Sum of RGB (Red+Green+Blue) = 196+16+221=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C410DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410DD is #3BEF22. Grayscale: #5C5C5C. Windows color (decimal): -3927843 or 14487748. OLE color: 14487748.

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

Color convert

RGB 196 16 221 -
CMYK 0.11 0.93 0 0.13
HSL 292.68º 0.86% 0.46% -
HSV(B) 292.68º 0.93% 0.87% -
XYZ 36 17.33 69.85 -
YUV 93.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 196 16 221 0.11 0.93 0 0.13 292.68 0.86 0.46
Hex C4 10 DD B 5D 0 D 125 56 2E
Octal 304 20 335 13 135 0 15 445 126 56
Binary 11000100 10000 11011101 1011 1011101 0 1101 100100101 1010110 101110

Color Harmonies of #C410DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410DD

Black with #C410DD

Text Example


Text Example

White with #C410DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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