Html Css Color HEX #C415DB Deep Magenta

📋 copy color: '#C415DB'

red 196 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #C415DB

Tints of Deep Magenta #C415DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

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

R = 44.95%
G = 4.82%
B = 50.23%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C415DB (or 0xC415DB) is known color: Deep Magenta. HEX triplet: C4, 15 and DB. RGB value is (196,21,219). Sum of RGB (Red+Green+Blue) = 196+21+219=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #C415DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415DB is #3BEA24. Grayscale: #5F5F5F. Windows color (decimal): -3926565 or 14357956. OLE color: 14357956.

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

Color convert

RGB 196 21 219 -
CMYK 0.11 0.90 0 0.14
HSL 293.03º 0.83% 0.47% -
HSV(B) 293.03º 0.9% 0.86% -
XYZ 35.82 17.39 68.49 -
YUV 95.9 197.48 199.4 -
System Red Green Blue C M Y K H S L
Decimal 196 21 219 0.11 0.90 0 0.14 293.03 0.83 0.47
Hex C4 15 DB B 5A 0 E 125 52 2F
Octal 304 25 333 13 132 0 16 445 122 57
Binary 11000100 10101 11011011 1011 1011010 0 1110 100100101 1010010 101111

Color Harmonies of #C415DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415DB

Black with #C415DB

Text Example


Text Example

White with #C415DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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