Html Css Color HEX #C216BB Deep Magenta

📋 copy color: '#C216BB'

red 194 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #C216BB

Tints of Deep Magenta #C216BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

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

R = 48.14%
G = 5.46%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C216BB (or 0xC216BB) is known color: Deep Magenta. HEX triplet: C2, 16 and BB. RGB value is (194,22,187). Sum of RGB (Red+Green+Blue) = 194+22+187=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C216BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216BB is #3DE944. Grayscale: #5B5B5B. Windows color (decimal): -4057413 or 12261058. OLE color: 12261058.

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

Color convert

RGB 194 22 187 -
CMYK 0 0.89 0.04 0.24
HSL 302.44º 0.8% 0.42% -
HSV(B) 302.44º 0.89% 0.76% -
XYZ 31.5 15.63 48.37 -
YUV 92.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 194 22 187 0 0.89 0.04 0.24 302.44 0.8 0.42
Hex C2 16 BB 0 59 4 18 12E 50 2A
Octal 302 26 273 0 131 4 30 456 120 52
Binary 11000010 10110 10111011 0 1011001 100 11000 100101110 1010000 101010

Color Harmonies of #C216BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216BB

Black with #C216BB

Text Example


Text Example

White with #C216BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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