Html Css Color HEX #C401DC Deep Magenta

📋 copy color: '#C401DC'

red 196 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #C401DC

Tints of Deep Magenta #C401DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 47%
G = 0.24%
B = 52.76%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C401DC (or 0xC401DC) is known color: Deep Magenta. HEX triplet: C4, 01 and DC. RGB value is (196,1,220). Sum of RGB (Red+Green+Blue) = 196+1+220=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #C401DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401DC is #3BFE23. Grayscale: #535353. Windows color (decimal): -3931684 or 14418372. OLE color: 14418372.

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

Color convert

RGB 196 1 220 -
CMYK 0.11 1.00 0 0.14
HSL 293.42º 0.99% 0.43% -
HSV(B) 293.42º 1% 0.86% -
XYZ 35.69 16.92 69.1 -
YUV 84.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 196 1 220 0.11 1.00 0 0.14 293.42 0.99 0.43
Hex C4 1 DC B 64 0 E 125 63 2B
Octal 304 1 334 13 144 0 16 445 143 53
Binary 11000100 1 11011100 1011 1100100 0 1110 100100101 1100011 101011

Color Harmonies of #C401DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401DC

Black with #C401DC

Text Example


Text Example

White with #C401DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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