Html Css Color HEX #C400DB Deep Magenta

📋 copy color: '#C400DB'

red 196 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #C400DB

Tints of Deep Magenta #C400DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 47.23%
G = 0%
B = 52.77%

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

#C400DB (or 0xC400DB) is known color: Deep Magenta. HEX triplet: C4, 00 and DB. RGB value is (196,0,219). Sum of RGB (Red+Green+Blue) = 196+0+219=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #C400DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400DB is #3BFF24. Grayscale: #525252. Windows color (decimal): -3931941 or 14352580. OLE color: 14352580.

HSL color Cylindrical-coordinate representation of color #C400DB: hue angle of 293.7º 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 #C400DB is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 0 219 -
CMYK 0.11 1 0 0.14
HSL 293.7º 1% 0.43% -
HSV(B) 293.7º 1% 0.86% -
XYZ 35.55 16.85 68.4 -
YUV 83.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 196 0 219 0.11 1 0 0.14 293.7 1 0.43
Hex C4 0 DB B 64 0 E 126 64 2B
Octal 304 0 333 13 144 0 16 446 144 53
Binary 11000100 0 11011011 1011 1100100 0 1110 100100110 1100100 101011

Color Harmonies of #C400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400DB

Black with #C400DB

Text Example


Text Example

White with #C400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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