#C922CC

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

Shades of Deep Magenta #C922CC

Tints of Deep Magenta #C922CC

Color information

#C922CC (or 0xC922CC) is unknown color: approx Deep Magenta. HEX triplet: C9, 22 and CC. RGB value is (201,34,204). Sum of RGB (Red+Green+Blue) = 201+34+204=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C922CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922CC is #36DD33. Grayscale: #666666. Windows color (decimal): -3595572 or 13378249. OLE color: 13378249.

HSL color Cylindrical-coordinate representation of color #C922CC: hue angle of 298.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922CC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20134204-
CMYK0.010.8300.2
HSL298.94º71.43%46.67%-
HSV(B)298.94º83.33%80%-
XYZ35.5617.9258.71-
YUV103.31184.83197.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 34 (13.67% from 255) = 7.74%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=45.79%
G=7.74%
B=46.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201342040.010.8300.2298.9471.4346.67
HexC922CC15301412b472f
Octal31142314112302445310757
Binary1100100110001011001100110100110101001001010111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C922CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C922CC; }

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

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

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

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

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

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

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

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