#C226C0

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

Shades of Deep Magenta #C226C0

Tints of Deep Magenta #C226C0

Color information

#C226C0 (or 0xC226C0) is unknown color: approx Deep Magenta. HEX triplet: C2, 26 and C0. RGB value is (194,38,192). Sum of RGB (Red+Green+Blue) = 194+38+192=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C226C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226C0 is #3DD93F. Grayscale: #656565. Windows color (decimal): -4053312 or 12592834. OLE color: 12592834.

HSL color Cylindrical-coordinate representation of color #C226C0: hue angle of 300.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226C0 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19438192-
CMYK00.800.010.24
HSL300.77º67.24%45.49%-
HSV(B)300.77º80.41%76.08%-
XYZ32.4616.6651.37-
YUV102.2178.68193.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 38 (15.23% from 255) = 8.96%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=45.75%
G=8.96%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943819200.800.010.24300.7767.2445.49
HexC226C005011812d432d
Octal30246300012013045510355
Binary1100001010011011000000010100001110001001011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C226C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C226C0; }

 p { color: rgb(194,38,192); }

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

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

 a { background-color: rgb(194,38,192); }

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

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

 span { border-color: rgb(194,38,192); }

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