#C707C0

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

Shades of Deep Magenta #C707C0

Tints of Deep Magenta #C707C0

Color information

#C707C0 (or 0xC707C0) is unknown color: approx Deep Magenta. HEX triplet: C7, 07 and C0. RGB value is (199,7,192). Sum of RGB (Red+Green+Blue) = 199+7+192=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C707C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707C0 is #38F83F. Grayscale: #545454. Windows color (decimal): -3733568 or 12584903. OLE color: 12584903.

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

Color convert

RGB1997192-
CMYK00.960.040.22
HSL302.19º93.2%40.39%-
HSV(B)302.19º96.48%78.04%-
XYZ33.1416.151.23-
YUV85.5188.11208.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 1.76%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=50%
G=1.76%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199719200.960.040.22302.1993.240.39
HexC77C006041612e5d28
Octal3077300014042645613550
Binary110001111111100000001100000100101101001011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C707C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C707C0; }

 p { color: rgb(199,7,192); }

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

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

 a { background-color: rgb(199,7,192); }

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

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

 span { border-color: rgb(199,7,192); }

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