Html Css Color HEX #C400DC Deep Magenta

📋 copy color: '#C400DC'

red 196 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #C400DC

Tints of Deep Magenta #C400DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.12%
G = 0%
B = 52.88%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C400DC (or 0xC400DC) is known color: Deep Magenta. HEX triplet: C4, 00 and DC. RGB value is (196,0,220). Sum of RGB (Red+Green+Blue) = 196+0+220=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #C400DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400DC is #3BFF23. Grayscale: #535353. Windows color (decimal): -3931940 or 14418116. OLE color: 14418116.

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

Color convert

RGB 196 0 220 -
CMYK 0.11 1 0 0.14
HSL 293.45º 1% 0.43% -
HSV(B) 293.45º 1% 0.86% -
XYZ 35.68 16.9 69.09 -
YUV 83.68 204.93 208.11 -
System Red Green Blue C M Y K H S L
Decimal 196 0 220 0.11 1 0 0.14 293.45 1 0.43
Hex C4 0 DC B 64 0 E 125 64 2B
Octal 304 0 334 13 144 0 16 445 144 53
Binary 11000100 0 11011100 1011 1100100 0 1110 100100101 1100100 101011

Color Harmonies of #C400DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400DC

Black with #C400DC

Text Example


Text Example

White with #C400DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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