Html Css Color HEX #C40CB0 Deep Magenta

📋 copy color: '#C40CB0'

red 196 ◦ green 12 ◦ blue 176

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

Shades of Deep Magenta #C40CB0

Tints of Deep Magenta #C40CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.83%

R = 51.04%
G = 3.13%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C40CB0 (or 0xC40CB0) is known color: Deep Magenta. HEX triplet: C4, 0C and B0. RGB value is (196,12,176). Sum of RGB (Red+Green+Blue) = 196+12+176=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CB0 is #3BF34F. Grayscale: #555555. Windows color (decimal): -3928912 or 11537604. OLE color: 11537604.

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

Color convert

RGB 196 12 176 -
CMYK 0 0.94 0.10 0.23
HSL 306.52º 0.88% 0.41% -
HSV(B) 306.52º 0.94% 0.77% -
XYZ 30.73 15.13 42.38 -
YUV 85.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 196 12 176 0 0.94 0.10 0.23 306.52 0.88 0.41
Hex C4 C B0 0 5E A 17 133 58 29
Octal 304 14 260 0 136 12 27 463 130 51
Binary 11000100 1100 10110000 0 1011110 1010 10111 100110011 1011000 101001

Color Harmonies of #C40CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CB0

Black with #C40CB0

Text Example


Text Example

White with #C40CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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