Html Css Color HEX #C40BBB Deep Magenta

📋 copy color: '#C40BBB'

red 196 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #C40BBB

Tints of Deep Magenta #C40BBB

RGB

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

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

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

R = 49.75%
G = 2.79%
B = 47.46%

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

#C40BBB (or 0xC40BBB) is known color: Deep Magenta. HEX triplet: C4, 0B and BB. RGB value is (196,11,187). Sum of RGB (Red+Green+Blue) = 196+11+187=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BBB is #3BF444. Grayscale: #555555. Windows color (decimal): -3929157 or 12258244. OLE color: 12258244.

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

Color convert

RGB 196 11 187 -
CMYK 0 0.94 0.05 0.23
HSL 302.92º 0.89% 0.41% -
HSV(B) 302.92º 0.94% 0.77% -
XYZ 31.85 15.56 48.34 -
YUV 86.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 196 11 187 0 0.94 0.05 0.23 302.92 0.89 0.41
Hex C4 B BB 0 5E 5 17 12F 59 29
Octal 304 13 273 0 136 5 27 457 131 51
Binary 11000100 1011 10111011 0 1011110 101 10111 100101111 1011001 101001

Color Harmonies of #C40BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BBB

Black with #C40BBB

Text Example


Text Example

White with #C40BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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