#C729CA

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

Shades of Deep Magenta #C729CA

Tints of Deep Magenta #C729CA

Color information

#C729CA (or 0xC729CA) is unknown color: approx Deep Magenta. HEX triplet: C7, 29 and CA. RGB value is (199,41,202). Sum of RGB (Red+Green+Blue) = 199+41+202=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #C729CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729CA is #38D635. Grayscale: #6A6A6A. Windows color (decimal): -3724854 or 13248967. OLE color: 13248967.

HSL color Cylindrical-coordinate representation of color #C729CA: hue angle of 298.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C729CA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19941202-
CMYK0.010.8000.21
HSL298.88º66.26%47.65%-
HSV(B)298.88º79.7%79.22%-
XYZ35.0117.9957.5-
YUV106.6181.85193.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 41 (16.41% from 255) = 9.28%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=45.02%
G=9.28%
B=45.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199412020.010.8000.21298.8866.2647.65
HexC729CA15001512b4230
Octal30751312112002545310260
Binary1100011110100111001010110100000101011001010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C729CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C729CA; }

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

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

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

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

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

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

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

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