Html Css Color HEX #C400DF Deep Magenta

📋 copy color: '#C400DF'

red 196 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #C400DF

Tints of Deep Magenta #C400DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 46.78%
G = 0%
B = 53.22%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C400DF (or 0xC400DF) is known color: Deep Magenta. HEX triplet: C4, 00 and DF. RGB value is (196,0,223). Sum of RGB (Red+Green+Blue) = 196+0+223=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #C400DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400DF is #3BFF20. Grayscale: #535353. Windows color (decimal): -3931937 or 14614724. OLE color: 14614724.

HSL color Cylindrical-coordinate representation of color #C400DF: hue angle of 292.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400DF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 0 223 -
CMYK 0.12 1 0 0.13
HSL 292.74º 1% 0.44% -
HSV(B) 292.74º 1% 0.87% -
XYZ 36.08 17.06 71.2 -
YUV 84.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 196 0 223 0.12 1 0 0.13 292.74 1 0.44
Hex C4 0 DF C 64 0 D 125 64 2C
Octal 304 0 337 14 144 0 15 445 144 54
Binary 11000100 0 11011111 1100 1100100 0 1101 100100101 1100100 101100

Color Harmonies of #C400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400DF

Black with #C400DF

Text Example


Text Example

White with #C400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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