#C027B9

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

Shades of Deep Magenta #C027B9

Tints of Deep Magenta #C027B9

Color information

#C027B9 (or 0xC027B9) is unknown color: approx Deep Magenta. HEX triplet: C0, 27 and B9. RGB value is (192,39,185). Sum of RGB (Red+Green+Blue) = 192+39+185=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C027B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027B9 is #3FD846. Grayscale: #646464. Windows color (decimal): -4184135 or 12134336. OLE color: 12134336.

HSL color Cylindrical-coordinate representation of color #C027B9: hue angle of 302.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027B9 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19239185-
CMYK00.800.040.25
HSL302.75º66.23%45.29%-
HSV(B)302.75º79.69%75.29%-
XYZ31.2216.1647.37-
YUV101.39175.19192.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 39 (15.62% from 255) = 9.38%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=46.15%
G=9.38%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923918500.800.040.25302.7566.2345.29
HexC027B905041912f422d
Octal30047271012043145710255
Binary110000001001111011100101010000100110011001011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C027B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C027B9; }

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

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

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

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

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

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

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

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