#C407D2

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

Shades of Deep Magenta #C407D2

Tints of Deep Magenta #C407D2

Color information

#C407D2 (or 0xC407D2) is unknown color: approx Deep Magenta. HEX triplet: C4, 07 and D2. RGB value is (196,7,210). Sum of RGB (Red+Green+Blue) = 196+7+210=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #C407D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407D2 is #3BF82D. Grayscale: #565656. Windows color (decimal): -3930158 or 13764548. OLE color: 13764548.

HSL color Cylindrical-coordinate representation of color #C407D2: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407D2 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1967210-
CMYK0.070.9700.18
HSL295.86º93.55%42.55%-
HSV(B)295.86º96.67%82.35%-
XYZ34.4716.5462.35-
YUV86.65197.62205.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 7 (3.12% from 255) = 1.69%
BLUE value IS 210 (82.42% from 255) = 50.85%
R=47.46%
G=1.69%
B=50.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19672100.070.9700.18295.8693.5542.55
HexC47D27610121285e2b
Octal3047322714102245013653
Binary110001001111101001011111000010100101001010001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C407D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C407D2; }

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

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

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

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

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

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

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

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