#C929CA

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

Shades of Deep Magenta #C929CA

Tints of Deep Magenta #C929CA

Color information

#C929CA (or 0xC929CA) is unknown color: approx Deep Magenta. HEX triplet: C9, 29 and CA. RGB value is (201,41,202). Sum of RGB (Red+Green+Blue) = 201+41+202=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #C929CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CA is #36D635. Grayscale: #6A6A6A. Windows color (decimal): -3593782 or 13248969. OLE color: 13248969.

HSL color Cylindrical-coordinate representation of color #C929CA: hue angle of 299.63º 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 #C929CA is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20141202-
CMYK0.000.8000.21
HSL299.63º66.26%47.65%-
HSV(B)299.63º79.7%79.22%-
XYZ35.5418.2757.53-
YUV107.19181.51194.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 41 (16.41% from 255) = 9.23%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=45.27%
G=9.23%
B=45.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201412020.000.8000.21299.6366.2647.65
HexC929CA05001512c4230
Octal31151312012002545410260
Binary1100100110100111001010010100000101011001011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C929CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C929CA; }

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

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

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

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

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

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

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

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