#c227b6

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

Shades of Deep Magenta #C227B6

Tints of Deep Magenta #C227B6

Color information

#C227B6 (or 0xC227B6) is unknown color: approx Deep Magenta. HEX triplet: C2, 27 and B6. RGB value is (194,39,182). Sum of RGB (Red+Green+Blue) = 194+39+182=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C227B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227B6 is #3DD849. Grayscale: #656565. Windows color (decimal): -4053066 or 11937730. OLE color: 11937730.

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

Color convert

RGB19439182-
CMYK00.800.060.24
HSL304.65º66.52%45.69%-
HSV(B)304.65º79.9%76.08%-
XYZ31.4216.345.75-
YUV101.65173.35193.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 39 (15.62% from 255) = 9.40%
BLUE value IS 182 (71.48% from 255) = 43.86%
R=46.75%
G=9.40%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943918200.800.060.24304.6566.5245.69
HexC227B6050618131432e
Octal30247266012063046110356
Binary110000101001111011011001010000110110001001100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c227b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c227b6; }

 p { color: rgb(194,39,182); }

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

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

 a { background-color: rgb(194,39,182); }

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

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

 span { border-color: rgb(194,39,182); }

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