#C427B8

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

Shades of Deep Magenta #C427B8

Tints of Deep Magenta #C427B8

Color information

#C427B8 (or 0xC427B8) is unknown color: approx Deep Magenta. HEX triplet: C4, 27 and B8. RGB value is (196,39,184). Sum of RGB (Red+Green+Blue) = 196+39+184=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C427B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427B8 is #3BD847. Grayscale: #666666. Windows color (decimal): -3921992 or 12068804. OLE color: 12068804.

HSL color Cylindrical-coordinate representation of color #C427B8: hue angle of 304.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C427B8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19639184-
CMYK00.800.060.23
HSL304.59º66.81%46.08%-
HSV(B)304.59º80.1%76.86%-
XYZ32.1416.6546.87-
YUV102.47174.01194.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 39 (15.62% from 255) = 9.31%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=46.78%
G=9.31%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963918400.800.060.23304.5966.8146.08
HexC427B8050617131432e
Octal30447270012062746110356
Binary110001001001111011100001010000110101111001100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C427B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C427B8; }

 p { color: rgb(196,39,184); }

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

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

 a { background-color: rgb(196,39,184); }

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

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

 span { border-color: rgb(196,39,184); }

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