#c027bd

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

Shades of Deep Magenta #C027BD

Tints of Deep Magenta #C027BD

Color information

#C027BD (or 0xC027BD) is unknown color: approx Deep Magenta. HEX triplet: C0, 27 and BD. RGB value is (192,39,189). Sum of RGB (Red+Green+Blue) = 192+39+189=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C027BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027BD is #3FD842. Grayscale: #656565. Windows color (decimal): -4184131 or 12396480. OLE color: 12396480.

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

Color convert

RGB19239189-
CMYK00.800.020.25
HSL301.18º66.23%45.29%-
HSV(B)301.18º79.69%75.29%-
XYZ31.6516.3349.63-
YUV101.85177.19192.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 39 (15.62% from 255) = 9.29%
BLUE value IS 189 (74.22% from 255) = 45%
R=45.71%
G=9.29%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923918900.800.020.25301.1866.2345.29
HexC027BD05021912d422d
Octal30047275012023145510255
Binary11000000100111101111010101000010110011001011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c027bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c027bd; }

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

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

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

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

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

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

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

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