Html Css Color HEX #C40BAD Deep Magenta

📋 copy color: '#C40BAD'

red 196 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #C40BAD

Tints of Deep Magenta #C40BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 51.58%
G = 2.89%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C40BAD (or 0xC40BAD) is known color: Deep Magenta. HEX triplet: C4, 0B and AD. RGB value is (196,11,173). Sum of RGB (Red+Green+Blue) = 196+11+173=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BAD is #3BF452. Grayscale: #545454. Windows color (decimal): -3929171 or 11340740. OLE color: 11340740.

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

Color convert

RGB 196 11 173 -
CMYK 0 0.94 0.12 0.23
HSL 307.46º 0.89% 0.41% -
HSV(B) 307.46º 0.94% 0.77% -
XYZ 30.43 14.99 40.83 -
YUV 84.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 196 11 173 0 0.94 0.12 0.23 307.46 0.89 0.41
Hex C4 B AD 0 5E C 17 133 59 29
Octal 304 13 255 0 136 14 27 463 131 51
Binary 11000100 1011 10101101 0 1011110 1100 10111 100110011 1011001 101001

Color Harmonies of #C40BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BAD

Black with #C40BAD

Text Example


Text Example

White with #C40BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BAD; }

 p { color: rgb(196,11,173); }

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

background-color css

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

 a { background-color: rgb(196,11,173); }

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

border-color css

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

 span { border-color: rgb(196,11,173); }

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