Html Css Color HEX #C410DB Deep Magenta

📋 copy color: '#C410DB'

red 196 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #C410DB

Tints of Deep Magenta #C410DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 45.48%
G = 3.71%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C410DB (or 0xC410DB) is known color: Deep Magenta. HEX triplet: C4, 10 and DB. RGB value is (196,16,219). Sum of RGB (Red+Green+Blue) = 196+16+219=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C410DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410DB is #3BEF24. Grayscale: #5C5C5C. Windows color (decimal): -3927845 or 14356676. OLE color: 14356676.

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

Color convert

RGB 196 16 219 -
CMYK 0.11 0.93 0 0.14
HSL 293.2º 0.86% 0.46% -
HSV(B) 293.2º 0.93% 0.86% -
XYZ 35.74 17.22 68.46 -
YUV 92.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 196 16 219 0.11 0.93 0 0.14 293.2 0.86 0.46
Hex C4 10 DB B 5D 0 E 125 56 2E
Octal 304 20 333 13 135 0 16 445 126 56
Binary 11000100 10000 11011011 1011 1011101 0 1110 100100101 1010110 101110

Color Harmonies of #C410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410DB

Black with #C410DB

Text Example


Text Example

White with #C410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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