Html Css Color HEX #C211BB Deep Magenta

📋 copy color: '#C211BB'

red 194 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #C211BB

Tints of Deep Magenta #C211BB

RGB

 RED value IS 194 (76.17% from 255) = 48.74%

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

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

R = 48.74%
G = 4.27%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C211BB (or 0xC211BB) is known color: Deep Magenta. HEX triplet: C2, 11 and BB. RGB value is (194,17,187). Sum of RGB (Red+Green+Blue) = 194+17+187=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C211BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211BB is #3DEE44. Grayscale: #585858. Windows color (decimal): -4058693 or 12259778. OLE color: 12259778.

HSL color Cylindrical-coordinate representation of color #C211BB: hue angle of 302.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C211BB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 187 -
CMYK 0 0.91 0.04 0.24
HSL 302.37º 0.84% 0.41% -
HSV(B) 302.37º 0.91% 0.76% -
XYZ 31.42 15.46 48.34 -
YUV 89.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 194 17 187 0 0.91 0.04 0.24 302.37 0.84 0.41
Hex C2 11 BB 0 5B 4 18 12E 54 29
Octal 302 21 273 0 133 4 30 456 124 51
Binary 11000010 10001 10111011 0 1011011 100 11000 100101110 1010100 101001

Color Harmonies of #C211BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211BB

Black with #C211BB

Text Example


Text Example

White with #C211BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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