#C217E2

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

Shades of Deep Magenta #C217E2

Tints of Deep Magenta #C217E2

Color information

#C217E2 (or 0xC217E2) is unknown color: approx Deep Magenta. HEX triplet: C2, 17 and E2. RGB value is (194,23,226). Sum of RGB (Red+Green+Blue) = 194+23+226=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #C217E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217E2 is #3DE81D. Grayscale: #606060. Windows color (decimal): -4057118 or 14817218. OLE color: 14817218.

HSL color Cylindrical-coordinate representation of color #C217E2: hue angle of 290.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C217E2 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19423226-
CMYK0.140.9000.11
HSL290.54º81.53%48.82%-
HSV(B)290.54º89.82%88.63%-
XYZ36.2817.5773.43-
YUV97.27200.65196.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 23 (9.38% from 255) = 5.19%
BLUE value IS 226 (88.67% from 255) = 51.02%
R=43.79%
G=5.19%
B=51.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194232260.140.9000.11290.5481.5348.82
HexC217E2E5A0B1235231
Octal302273421613201344312261
Binary11000010101111110001011101011010010111001000111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C217E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C217E2; }

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

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

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

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

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

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

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

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