#C223B2

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

Shades of Deep Magenta #C223B2

Tints of Deep Magenta #C223B2

Color information

#C223B2 (or 0xC223B2) is unknown color: approx Deep Magenta. HEX triplet: C2, 23 and B2. RGB value is (194,35,178). Sum of RGB (Red+Green+Blue) = 194+35+178=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C223B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223B2 is #3DDC4D. Grayscale: #626262. Windows color (decimal): -4054094 or 11674562. OLE color: 11674562.

HSL color Cylindrical-coordinate representation of color #C223B2: hue angle of 306.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C223B2 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19435178-
CMYK00.820.080.24
HSL306.04º69.43%44.9%-
HSV(B)306.04º81.96%76.08%-
XYZ30.8915.8943.56-
YUV98.84172.68195.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 35 (14.06% from 255) = 8.60%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=47.67%
G=8.60%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943517800.820.080.24306.0469.4344.9
HexC223B2052818132452d
Octal302432620122103046210555
Binary1100001010001110110010010100101000110001001100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C223B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C223B2; }

 p { color: rgb(194,35,178); }

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

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

 a { background-color: rgb(194,35,178); }

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

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

 span { border-color: rgb(194,35,178); }

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