Html Css Color HEX #C40CB6 Deep Magenta

📋 copy color: '#C40CB6'

red 196 ◦ green 12 ◦ blue 182

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

Shades of Deep Magenta #C40CB6

Tints of Deep Magenta #C40CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 50.26%
G = 3.08%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C40CB6 (or 0xC40CB6) is known color: Deep Magenta. HEX triplet: C4, 0C and B6. RGB value is (196,12,182). Sum of RGB (Red+Green+Blue) = 196+12+182=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB6 is #3BF349. Grayscale: #555555. Windows color (decimal): -3928906 or 11930820. OLE color: 11930820.

HSL color Cylindrical-coordinate representation of color #C40CB6: hue angle of 304.57º degrees, saturation: 0.88, 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 #C40CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 182 -
CMYK 0 0.94 0.07 0.23
HSL 304.57º 0.88% 0.41% -
HSV(B) 304.57º 0.94% 0.77% -
XYZ 31.34 15.38 45.57 -
YUV 86.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 196 12 182 0 0.94 0.07 0.23 304.57 0.88 0.41
Hex C4 C B6 0 5E 7 17 131 58 29
Octal 304 14 266 0 136 7 27 461 130 51
Binary 11000100 1100 10110110 0 1011110 111 10111 100110001 1011000 101001

Color Harmonies of #C40CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CB6

Black with #C40CB6

Text Example


Text Example

White with #C40CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CB6; }

 p { color: rgb(196,12,182); }

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

background-color css

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

 a { background-color: rgb(196,12,182); }

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

border-color css

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

 span { border-color: rgb(196,12,182); }

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