#C725A0

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

Shades of Medium Violet Red #C725A0

Tints of Medium Violet Red #C725A0

Color information

#C725A0 (or 0xC725A0) is unknown color: approx Medium Violet Red. HEX triplet: C7, 25 and A0. RGB value is (199,37,160). Sum of RGB (Red+Green+Blue) = 199+37+160=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C725A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725A0 is #38DA5F. Grayscale: #636363. Windows color (decimal): -3725920 or 10495431. OLE color: 10495431.

HSL color Cylindrical-coordinate representation of color #C725A0: hue angle of 314.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C725A0 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19937160-
CMYK00.810.200.22
HSL314.44º68.64%46.27%-
HSV(B)314.44º81.41%78.04%-
XYZ30.561634.74-
YUV99.46162.17199-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 37 (14.84% from 255) = 9.34%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=50.25%
G=9.34%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993716000.810.200.22314.4468.6446.27
HexC725A0051141613a452e
Octal307452400121242647210556
Binary11000111100101101000000101000110100101101001110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C725A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C725A0; }

 p { color: rgb(199,37,160); }

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

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

 a { background-color: rgb(199,37,160); }

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

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

 span { border-color: rgb(199,37,160); }

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