#C227CB

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

Shades of Deep Magenta #C227CB

Tints of Deep Magenta #C227CB

Color information

#C227CB (or 0xC227CB) is unknown color: approx Deep Magenta. HEX triplet: C2, 27 and CB. RGB value is (194,39,203). Sum of RGB (Red+Green+Blue) = 194+39+203=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #C227CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227CB is #3DD834. Grayscale: #676767. Windows color (decimal): -4053045 or 13313986. OLE color: 13313986.

HSL color Cylindrical-coordinate representation of color #C227CB: hue angle of 296.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C227CB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19439203-
CMYK0.040.8100.20
HSL296.71º67.77%47.45%-
HSV(B)296.71º80.79%79.61%-
XYZ33.7517.2358.05-
YUV104.04183.85192.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=44.50%
G=8.94%
B=46.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194392030.040.8100.20296.7167.7747.45
HexC227CB451014129442f
Octal30247313412102445110457
Binary110000101001111100101110010100010101001001010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C227CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C227CB; }

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

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

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

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

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

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

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

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