Html Css Color HEX #C40DCB Deep Magenta

📋 copy color: '#C40DCB'

red 196 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #C40DCB

Tints of Deep Magenta #C40DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 47.57%
G = 3.16%
B = 49.27%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40DCB (or 0xC40DCB) is known color: Deep Magenta. HEX triplet: C4, 0D and CB. RGB value is (196,13,203). Sum of RGB (Red+Green+Blue) = 196+13+203=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C40DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DCB is #3BF234. Grayscale: #585858. Windows color (decimal): -3928629 or 13307332. OLE color: 13307332.

HSL color Cylindrical-coordinate representation of color #C40DCB: hue angle of 297.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40DCB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 13 203 -
CMYK 0.03 0.94 0 0.20
HSL 297.79º 0.88% 0.42% -
HSV(B) 297.79º 0.94% 0.8% -
XYZ 33.69 16.34 57.88 -
YUV 89.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 196 13 203 0.03 0.94 0 0.20 297.79 0.88 0.42
Hex C4 D CB 3 5E 0 14 12A 58 2A
Octal 304 15 313 3 136 0 24 452 130 52
Binary 11000100 1101 11001011 11 1011110 0 10100 100101010 1011000 101010

Color Harmonies of #C40DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DCB

Black with #C40DCB

Text Example


Text Example

White with #C40DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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