#C922CA

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

Shades of Deep Magenta #C922CA

Tints of Deep Magenta #C922CA

Color information

#C922CA (or 0xC922CA) is unknown color: approx Deep Magenta. HEX triplet: C9, 22 and CA. RGB value is (201,34,202). Sum of RGB (Red+Green+Blue) = 201+34+202=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #C922CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922CA is #36DD35. Grayscale: #666666. Windows color (decimal): -3595574 or 13247177. OLE color: 13247177.

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

Color convert

RGB20134202-
CMYK0.000.8300.21
HSL299.64º71.19%46.27%-
HSV(B)299.64º83.17%79.22%-
XYZ35.3217.8357.46-
YUV103.08183.83197.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 34 (13.67% from 255) = 7.78%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=46.00%
G=7.78%
B=46.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201342020.000.8300.21299.6471.1946.27
HexC922CA05301512c472e
Octal31142312012302545410756
Binary1100100110001011001010010100110101011001011001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C922CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C922CA; }

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

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

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

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

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

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

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

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