#C707C1

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

Shades of Deep Magenta #C707C1

Tints of Deep Magenta #C707C1

Color information

#C707C1 (or 0xC707C1) is unknown color: approx Deep Magenta. HEX triplet: C7, 07 and C1. RGB value is (199,7,193). Sum of RGB (Red+Green+Blue) = 199+7+193=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C707C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707C1 is #38F83E. Grayscale: #555555. Windows color (decimal): -3733567 or 12650439. OLE color: 12650439.

HSL color Cylindrical-coordinate representation of color #C707C1: hue angle of 301.88º 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 #C707C1 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB1997193-
CMYK00.960.030.22
HSL301.88º93.2%40.39%-
HSV(B)301.88º96.48%78.04%-
XYZ33.2516.1451.82-
YUV85.61188.61208.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=49.87%
G=1.75%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199719300.960.030.22301.8893.240.39
HexC77C106031612e5d28
Octal3077301014032645613550
Binary11000111111110000010110000011101101001011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C707C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C707C1; }

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

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

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

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

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

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

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

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