#C224CB

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

Shades of Deep Magenta #C224CB

Tints of Deep Magenta #C224CB

Color information

#C224CB (or 0xC224CB) is unknown color: approx Deep Magenta. HEX triplet: C2, 24 and CB. RGB value is (194,36,203). Sum of RGB (Red+Green+Blue) = 194+36+203=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #C224CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224CB is #3DDB34. Grayscale: #656565. Windows color (decimal): -4053813 or 13313218. OLE color: 13313218.

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

Color convert

RGB19436203-
CMYK0.040.8200.20
HSL296.77º69.87%46.86%-
HSV(B)296.77º82.27%79.61%-
XYZ33.6617.0458.02-
YUV102.28184.85193.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 36 (14.45% from 255) = 8.31%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=44.80%
G=8.31%
B=46.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194362030.040.8200.20296.7769.8746.86
HexC224CB452014129462f
Octal30244313412202445110657
Binary110000101001001100101110010100100101001001010011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C224CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C224CB; }

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

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

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

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

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

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

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

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