Html Css Color HEX #C413DB Deep Magenta

📋 copy color: '#C413DB'

red 196 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C413DB

Tints of Deep Magenta #C413DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

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

R = 45.16%
G = 4.38%
B = 50.46%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C413DB (or 0xC413DB) is known color: Deep Magenta. HEX triplet: C4, 13 and DB. RGB value is (196,19,219). Sum of RGB (Red+Green+Blue) = 196+19+219=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C413DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413DB is #3BEC24. Grayscale: #5E5E5E. Windows color (decimal): -3927077 or 14357444. OLE color: 14357444.

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

Color convert

RGB 196 19 219 -
CMYK 0.11 0.91 0 0.14
HSL 293.1º 0.84% 0.47% -
HSV(B) 293.1º 0.91% 0.86% -
XYZ 35.78 17.32 68.47 -
YUV 94.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 196 19 219 0.11 0.91 0 0.14 293.1 0.84 0.47
Hex C4 13 DB B 5B 0 E 125 54 2F
Octal 304 23 333 13 133 0 16 445 124 57
Binary 11000100 10011 11011011 1011 1011011 0 1110 100100101 1010100 101111

Color Harmonies of #C413DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413DB

Black with #C413DB

Text Example


Text Example

White with #C413DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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