#C217CA

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

Shades of Deep Magenta #C217CA

Tints of Deep Magenta #C217CA

Color information

#C217CA (or 0xC217CA) is unknown color: approx Deep Magenta. HEX triplet: C2, 17 and CA. RGB value is (194,23,202). Sum of RGB (Red+Green+Blue) = 194+23+202=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #C217CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217CA is #3DE835. Grayscale: #5D5D5D. Windows color (decimal): -4057142 or 13244354. OLE color: 13244354.

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

Color convert

RGB19423202-
CMYK0.040.8900.21
HSL297.32º79.56%44.12%-
HSV(B)297.32º88.61%79.22%-
XYZ33.2216.3557.28-
YUV94.54188.65198.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 23 (9.38% from 255) = 5.49%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=46.30%
G=5.49%
B=48.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194232020.040.8900.21297.3279.5644.12
HexC217CA459015129502c
Octal30227312413102545112054
Binary11000010101111100101010010110010101011001010011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C217CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C217CA; }

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

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

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

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

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

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

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

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