#C217B6

Color #C217B6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C217B6

Tints of Deep Magenta #C217B6

Color information

#C217B6 (or 0xC217B6) is unknown color: approx Deep Magenta. HEX triplet: C2, 17 and B6. RGB value is (194,23,182). Sum of RGB (Red+Green+Blue) = 194+23+182=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C217B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217B6 is #3DE849. Grayscale: #5B5B5B. Windows color (decimal): -4057162 or 11933634. OLE color: 11933634.

HSL color Cylindrical-coordinate representation of color #C217B6: hue angle of 304.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C217B6 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19423182-
CMYK00.880.060.24
HSL304.21º78.8%42.55%-
HSV(B)304.21º88.14%76.08%-
XYZ3115.4645.61-
YUV92.26178.65200.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 23 (9.38% from 255) = 5.76%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=48.62%
G=5.76%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942318200.880.060.24304.2178.842.55
HexC217B60586181304f2b
Octal30227266013063046011753
Binary11000010101111011011001011000110110001001100001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C217B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C217B6; }

 p { color: rgb(194,23,182); }

 H1.HeaderClassName
 {
   color: #C217B6;
 }
 .AnyTagClassName
 {
   color: #C217B6;
 }
</style>
background-color css

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

 a { background-color: rgb(194,23,182); }

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

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

 span { border-color: rgb(194,23,182); }

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