#C227D5

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

Shades of Deep Magenta #C227D5

Tints of Deep Magenta #C227D5

Color information

#C227D5 (or 0xC227D5) is unknown color: approx Deep Magenta. HEX triplet: C2, 27 and D5. RGB value is (194,39,213). Sum of RGB (Red+Green+Blue) = 194+39+213=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #C227D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227D5 is #3DD82A. Grayscale: #686868. Windows color (decimal): -4053035 or 13969346. OLE color: 13969346.

HSL color Cylindrical-coordinate representation of color #C227D5: hue angle of 293.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227D5 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19439213-
CMYK0.090.8200.16
HSL293.45º69.05%49.41%-
HSV(B)293.45º81.69%83.53%-
XYZ34.9817.7264.53-
YUV105.18188.85191.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 39 (15.62% from 255) = 8.74%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=43.50%
G=8.74%
B=47.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194392130.090.8200.16293.4569.0549.41
HexC227D59520101254531
Octal302473251112202044510561
Binary1100001010011111010101100110100100100001001001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C227D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C227D5; }

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

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

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

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

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

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

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

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