#C022B9

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

Shades of Deep Magenta #C022B9

Tints of Deep Magenta #C022B9

Color information

#C022B9 (or 0xC022B9) is unknown color: approx Deep Magenta. HEX triplet: C0, 22 and B9. RGB value is (192,34,185). Sum of RGB (Red+Green+Blue) = 192+34+185=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C022B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022B9 is #3FDD46. Grayscale: #626262. Windows color (decimal): -4185415 or 12133056. OLE color: 12133056.

HSL color Cylindrical-coordinate representation of color #C022B9: hue angle of 302.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022B9 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19234185-
CMYK00.820.040.25
HSL302.66º69.91%44.31%-
HSV(B)302.66º82.29%75.29%-
XYZ31.0715.8547.32-
YUV98.46176.85194.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 34 (13.67% from 255) = 8.27%
BLUE value IS 185 (72.66% from 255) = 45.01%
R=46.72%
G=8.27%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923418500.820.040.25302.6669.9144.31
HexC022B905241912f462c
Octal30042271012243145710654
Binary110000001000101011100101010010100110011001011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C022B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C022B9; }

 p { color: rgb(192,34,185); }

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

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

 a { background-color: rgb(192,34,185); }

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

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

 span { border-color: rgb(192,34,185); }

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