#C407AA

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

Shades of Deep Magenta #C407AA

Tints of Deep Magenta #C407AA

Color information

#C407AA (or 0xC407AA) is unknown color: approx Deep Magenta. HEX triplet: C4, 07 and AA. RGB value is (196,7,170). Sum of RGB (Red+Green+Blue) = 196+7+170=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AA is #3BF855. Grayscale: #515151. Windows color (decimal): -3930198 or 11143108. OLE color: 11143108.

HSL color Cylindrical-coordinate representation of color #C407AA: hue angle of 308.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407AA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB1967170-
CMYK00.960.130.23
HSL308.25º93.1%39.8%-
HSV(B)308.25º96.43%76.86%-
XYZ30.114.7939.3-
YUV82.09177.62209.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.55%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=52.55%
G=1.88%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196717000.960.130.23308.2593.139.8
HexC47AA060D171345d28
Octal30472520140152746413550
Binary1100010011110101010011000001101101111001101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C407AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C407AA; }

 p { color: rgb(196,7,170); }

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

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

 a { background-color: rgb(196,7,170); }

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

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

 span { border-color: rgb(196,7,170); }

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