#C720CA

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

Shades of Deep Magenta #C720CA

Tints of Deep Magenta #C720CA

Color information

#C720CA (or 0xC720CA) is unknown color: approx Deep Magenta. HEX triplet: C7, 20 and CA. RGB value is (199,32,202). Sum of RGB (Red+Green+Blue) = 199+32+202=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #C720CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720CA is #38DF35. Grayscale: #646464. Windows color (decimal): -3727158 or 13246663. OLE color: 13246663.

HSL color Cylindrical-coordinate representation of color #C720CA: hue angle of 298.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720CA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19932202-
CMYK0.010.8400.21
HSL298.94º72.65%45.88%-
HSV(B)298.94º84.16%79.22%-
XYZ34.7317.4457.41-
YUV101.31184.83197.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 32 (12.89% from 255) = 7.39%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=45.96%
G=7.39%
B=46.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199322020.010.8400.21298.9472.6545.88
HexC720CA15401512b492e
Octal30740312112402545311156
Binary1100011110000011001010110101000101011001010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C720CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C720CA; }

 p { color: rgb(199,32,202); }

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

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

 a { background-color: rgb(199,32,202); }

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

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

 span { border-color: rgb(199,32,202); }

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