#C228CA

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

Shades of Deep Magenta #C228CA

Tints of Deep Magenta #C228CA

Color information

#C228CA (or 0xC228CA) is unknown color: approx Deep Magenta. HEX triplet: C2, 28 and CA. RGB value is (194,40,202). Sum of RGB (Red+Green+Blue) = 194+40+202=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C228CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228CA is #3DD735. Grayscale: #686868. Windows color (decimal): -4052790 or 13248706. OLE color: 13248706.

HSL color Cylindrical-coordinate representation of color #C228CA: hue angle of 297.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C228CA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19440202-
CMYK0.040.8000.21
HSL297.04º66.94%47.45%-
HSV(B)297.04º80.2%79.22%-
XYZ33.6717.2557.43-
YUV104.51183.02191.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 40 (16.02% from 255) = 9.17%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=44.50%
G=9.17%
B=46.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194402020.040.8000.21297.0466.9447.45
HexC228CA450015129432f
Octal30250312412002545110357
Binary110000101010001100101010010100000101011001010011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C228CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C228CA; }

 p { color: rgb(194,40,202); }

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

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

 a { background-color: rgb(194,40,202); }

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

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

 span { border-color: rgb(194,40,202); }

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