#C217D0

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

Shades of Deep Magenta #C217D0

Tints of Deep Magenta #C217D0

Color information

#C217D0 (or 0xC217D0) is unknown color: approx Deep Magenta. HEX triplet: C2, 17 and D0. RGB value is (194,23,208). Sum of RGB (Red+Green+Blue) = 194+23+208=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #C217D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217D0 is #3DE82F. Grayscale: #5E5E5E. Windows color (decimal): -4057136 or 13637570. OLE color: 13637570.

HSL color Cylindrical-coordinate representation of color #C217D0: hue angle of 295.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C217D0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19423208-
CMYK0.070.8900.18
HSL295.46º80.09%45.29%-
HSV(B)295.46º88.94%81.57%-
XYZ33.9416.6461.1-
YUV95.22191.65198.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 23 (9.38% from 255) = 5.41%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=45.65%
G=5.41%
B=48.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194232080.070.8900.18295.4680.0945.29
HexC217D0759012127502d
Octal30227320713102244712055
Binary11000010101111101000011110110010100101001001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C217D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C217D0; }

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

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

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

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

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

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

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

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