#C708A2

Color #C708A2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C708A2

Tints of Medium Violet Red #C708A2

Color information

#C708A2 (or 0xC708A2) is unknown color: approx Medium Violet Red. HEX triplet: C7, 08 and A2. RGB value is (199,8,162). Sum of RGB (Red+Green+Blue) = 199+8+162=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C708A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708A2 is #38F75D. Grayscale: #525252. Windows color (decimal): -3733342 or 10619079. OLE color: 10619079.

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

Color convert

RGB1998162-
CMYK00.960.190.22
HSL311.62º92.27%40.59%-
HSV(B)311.62º95.98%78.04%-
XYZ30.1614.9235.47-
YUV82.66172.78210.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=53.93%
G=2.17%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199816200.960.190.22311.6292.2740.59
HexC78A206013161385c29
Octal307102420140232647013451
Binary110001111000101000100110000010011101101001110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C708A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C708A2; }

 p { color: rgb(199,8,162); }

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

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

 a { background-color: rgb(199,8,162); }

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

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

 span { border-color: rgb(199,8,162); }

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