Html Css Color HEX #C40CBB Deep Magenta

📋 copy color: '#C40CBB'

red 196 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #C40CBB

Tints of Deep Magenta #C40CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 49.62%
G = 3.04%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C40CBB (or 0xC40CBB) is known color: Deep Magenta. HEX triplet: C4, 0C and BB. RGB value is (196,12,187). Sum of RGB (Red+Green+Blue) = 196+12+187=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CBB is #3BF344. Grayscale: #565656. Windows color (decimal): -3928901 or 12258500. OLE color: 12258500.

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

Color convert

RGB 196 12 187 -
CMYK 0 0.94 0.05 0.23
HSL 302.93º 0.88% 0.41% -
HSV(B) 302.93º 0.94% 0.77% -
XYZ 31.87 15.59 48.34 -
YUV 86.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 196 12 187 0 0.94 0.05 0.23 302.93 0.88 0.41
Hex C4 C BB 0 5E 5 17 12F 58 29
Octal 304 14 273 0 136 5 27 457 130 51
Binary 11000100 1100 10111011 0 1011110 101 10111 100101111 1011000 101001

Color Harmonies of #C40CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CBB

Black with #C40CBB

Text Example


Text Example

White with #C40CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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