Html Css Color HEX #C415DC Deep Magenta

📋 copy color: '#C415DC'

red 196 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #C415DC

Tints of Deep Magenta #C415DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 44.85%
G = 4.81%
B = 50.34%

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

#C415DC (or 0xC415DC) is known color: Deep Magenta. HEX triplet: C4, 15 and DC. RGB value is (196,21,220). Sum of RGB (Red+Green+Blue) = 196+21+220=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C415DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415DC is #3BEA23. Grayscale: #5F5F5F. Windows color (decimal): -3926564 or 14423492. OLE color: 14423492.

HSL color Cylindrical-coordinate representation of color #C415DC: hue angle of 292.76º degrees, saturation: 0.83, 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 #C415DC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 21 220 -
CMYK 0.11 0.90 0 0.14
HSL 292.76º 0.83% 0.47% -
HSV(B) 292.76º 0.9% 0.86% -
XYZ 35.95 17.44 69.18 -
YUV 96.01 197.98 199.32 -
System Red Green Blue C M Y K H S L
Decimal 196 21 220 0.11 0.90 0 0.14 292.76 0.83 0.47
Hex C4 15 DC B 5A 0 E 125 53 2F
Octal 304 25 334 13 132 0 16 445 123 57
Binary 11000100 10101 11011100 1011 1011010 0 1110 100100101 1010011 101111

Color Harmonies of #C415DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415DC

Black with #C415DC

Text Example


Text Example

White with #C415DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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