Html Css Color HEX #C40DB3 Deep Magenta

📋 copy color: '#C40DB3'

red 196 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #C40DB3

Tints of Deep Magenta #C40DB3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

 BLUE value IS 179 (70.31% from 255) = 46.13%

R = 50.52%
G = 3.35%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C40DB3 (or 0xC40DB3) is known color: Deep Magenta. HEX triplet: C4, 0D and B3. RGB value is (196,13,179). Sum of RGB (Red+Green+Blue) = 196+13+179=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DB3 is #3BF24C. Grayscale: #565656. Windows color (decimal): -3928653 or 11734468. OLE color: 11734468.

HSL color Cylindrical-coordinate representation of color #C40DB3: hue angle of 305.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40DB3 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 179 -
CMYK 0 0.93 0.09 0.23
HSL 305.57º 0.88% 0.41% -
HSV(B) 305.57º 0.93% 0.77% -
XYZ 31.05 15.28 43.96 -
YUV 86.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 196 13 179 0 0.93 0.09 0.23 305.57 0.88 0.41
Hex C4 D B3 0 5D 9 17 132 58 29
Octal 304 15 263 0 135 11 27 462 130 51
Binary 11000100 1101 10110011 0 1011101 1001 10111 100110010 1011000 101001

Color Harmonies of #C40DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DB3

Black with #C40DB3

Text Example


Text Example

White with #C40DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DB3; }

 p { color: rgb(196,13,179); }

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

background-color css

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

 a { background-color: rgb(196,13,179); }

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

border-color css

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

 span { border-color: rgb(196,13,179); }

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