Html Css Color HEX #C417DC Deep Magenta

📋 copy color: '#C417DC'

red 196 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #C417DC

Tints of Deep Magenta #C417DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.24%

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

R = 44.65%
G = 5.24%
B = 50.11%

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

#C417DC (or 0xC417DC) is known color: Deep Magenta. HEX triplet: C4, 17 and DC. RGB value is (196,23,220). Sum of RGB (Red+Green+Blue) = 196+23+220=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C417DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417DC is #3BE823. Grayscale: #606060. Windows color (decimal): -3926052 or 14424004. OLE color: 14424004.

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

Color convert

RGB 196 23 220 -
CMYK 0.11 0.90 0 0.14
HSL 292.69º 0.81% 0.48% -
HSV(B) 292.69º 0.9% 0.86% -
XYZ 35.99 17.52 69.19 -
YUV 97.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 196 23 220 0.11 0.90 0 0.14 292.69 0.81 0.48
Hex C4 17 DC B 5A 0 E 125 51 30
Octal 304 27 334 13 132 0 16 445 121 60
Binary 11000100 10111 11011100 1011 1011010 0 1110 100100101 1010001 110000

Color Harmonies of #C417DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417DC

Black with #C417DC

Text Example


Text Example

White with #C417DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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