#C708A3

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

Shades of Medium Violet Red #C708A3

Tints of Medium Violet Red #C708A3

Color information

#C708A3 (or 0xC708A3) is unknown color: approx Medium Violet Red. HEX triplet: C7, 08 and A3. RGB value is (199,8,163). Sum of RGB (Red+Green+Blue) = 199+8+163=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C708A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708A3 is #38F75C. Grayscale: #525252. Windows color (decimal): -3733341 or 10684615. OLE color: 10684615.

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

Color convert

RGB1998163-
CMYK00.960.180.22
HSL311.31º92.27%40.59%-
HSV(B)311.31º95.98%78.04%-
XYZ30.2514.9635.94-
YUV82.78173.28210.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 8 (3.52% from 255) = 2.16%
BLUE value IS 163 (64.06% from 255) = 44.05%
R=53.78%
G=2.16%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199816300.960.180.22311.3192.2740.59
HexC78A306012161375c29
Octal307102430140222646713451
Binary110001111000101000110110000010010101101001101111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C708A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C708A3; }

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

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

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

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

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

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

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

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