Html Css Color HEX #C400DD Deep Magenta

📋 copy color: '#C400DD'

red 196 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #C400DD

Tints of Deep Magenta #C400DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 47%
G = 0%
B = 53%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C400DD (or 0xC400DD) is known color: Deep Magenta. HEX triplet: C4, 00 and DD. RGB value is (196,0,221). Sum of RGB (Red+Green+Blue) = 196+0+221=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #C400DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400DD is #3BFF22. Grayscale: #535353. Windows color (decimal): -3931939 or 14483652. OLE color: 14483652.

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

Color convert

RGB 196 0 221 -
CMYK 0.11 1 0 0.13
HSL 293.21º 1% 0.43% -
HSV(B) 293.21º 1% 0.87% -
XYZ 35.82 16.96 69.79 -
YUV 83.8 205.43 208.03 -
System Red Green Blue C M Y K H S L
Decimal 196 0 221 0.11 1 0 0.13 293.21 1 0.43
Hex C4 0 DD B 64 0 D 125 64 2B
Octal 304 0 335 13 144 0 15 445 144 53
Binary 11000100 0 11011101 1011 1100100 0 1101 100100101 1100100 101011

Color Harmonies of #C400DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400DD

Black with #C400DD

Text Example


Text Example

White with #C400DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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