Html Css Color HEX #C400D2 Deep Magenta

📋 copy color: '#C400D2'

red 196 ◦ green 0 ◦ blue 210

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

Shades of Deep Magenta #C400D2

Tints of Deep Magenta #C400D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.72%

R = 48.28%
G = 0%
B = 51.72%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C400D2 (or 0xC400D2) is known color: Deep Magenta. HEX triplet: C4, 00 and D2. RGB value is (196,0,210). Sum of RGB (Red+Green+Blue) = 196+0+210=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #C400D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400D2 is #3BFF2D. Grayscale: #515151. Windows color (decimal): -3931950 or 13762756. OLE color: 13762756.

HSL color Cylindrical-coordinate representation of color #C400D2: hue angle of 296º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400D2 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 0 210 -
CMYK 0.07 1 0 0.18
HSL 296º 1% 0.41% -
HSV(B) 296º 1% 0.82% -
XYZ 34.4 16.39 62.32 -
YUV 82.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 196 0 210 0.07 1 0 0.18 296 1 0.41
Hex C4 0 D2 7 64 0 12 128 64 29
Octal 304 0 322 7 144 0 22 450 144 51
Binary 11000100 0 11010010 111 1100100 0 10010 100101000 1100100 101001

Color Harmonies of #C400D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400D2

Black with #C400D2

Text Example


Text Example

White with #C400D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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