Html Css Color HEX #C411BB Deep Magenta

📋 copy color: '#C411BB'

red 196 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #C411BB

Tints of Deep Magenta #C411BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.25%

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

R = 49%
G = 4.25%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C411BB (or 0xC411BB) is known color: Deep Magenta. HEX triplet: C4, 11 and BB. RGB value is (196,17,187). Sum of RGB (Red+Green+Blue) = 196+17+187=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C411BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411BB is #3BEE44. Grayscale: #595959. Windows color (decimal): -3927621 or 12259780. OLE color: 12259780.

HSL color Cylindrical-coordinate representation of color #C411BB: hue angle of 303.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C411BB is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 187 -
CMYK 0 0.91 0.05 0.23
HSL 303.02º 0.84% 0.42% -
HSV(B) 303.02º 0.91% 0.77% -
XYZ 31.94 15.72 48.37 -
YUV 89.9 182.8 203.68 -
System Red Green Blue C M Y K H S L
Decimal 196 17 187 0 0.91 0.05 0.23 303.02 0.84 0.42
Hex C4 11 BB 0 5B 5 17 12F 54 2A
Octal 304 21 273 0 133 5 27 457 124 52
Binary 11000100 10001 10111011 0 1011011 101 10111 100101111 1010100 101010

Color Harmonies of #C411BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411BB

Black with #C411BB

Text Example


Text Example

White with #C411BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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