#C207A5

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

Shades of Medium Violet Red #C207A5

Tints of Medium Violet Red #C207A5

Color information

#C207A5 (or 0xC207A5) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and A5. RGB value is (194,7,165). Sum of RGB (Red+Green+Blue) = 194+7+165=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C207A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C207A5 is #3DF85A. Grayscale: #505050. Windows color (decimal): -4061275 or 10815426. OLE color: 10815426.

HSL color Cylindrical-coordinate representation of color #C207A5: hue angle of 309.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C207A5 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB1947165-
CMYK00.960.150.24
HSL309.3º93.03%39.41%-
HSV(B)309.3º96.39%76.08%-
XYZ29.1214.3436.83-
YUV80.93175.45208.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=53.01%
G=1.91%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194716500.960.150.24309.393.0339.41
HexC27A5060F181355d27
Octal30272450140173046513547
Binary1100001011110100101011000001111110001001101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C207A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C207A5; }

 p { color: rgb(194,7,165); }

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

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

 a { background-color: rgb(194,7,165); }

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

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

 span { border-color: rgb(194,7,165); }

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