#C9207B

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

Shades of Medium Violet Red #C9207B

Tints of Medium Violet Red #C9207B

Color information

#C9207B (or 0xC9207B) is unknown color: approx Medium Violet Red. HEX triplet: C9, 20 and 7B. RGB value is (201,32,123). Sum of RGB (Red+Green+Blue) = 201+32+123=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9207B is #36DF84. Grayscale: #5C5C5C. Windows color (decimal): -3596165 or 8069321. OLE color: 8069321.

HSL color Cylindrical-coordinate representation of color #C9207B: hue angle of 327.69º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9207B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20132123-
CMYK00.840.390.21
HSL327.69º72.53%45.69%-
HSV(B)327.69º84.08%78.82%-
XYZ28.1814.8820.13-
YUV92.9144.99205.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.46%
GREEN value IS 32 (12.89% from 255) = 8.99%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=56.46%
G=8.99%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013212300.840.390.21327.6972.5345.69
HexC9207B0542715148492e
Octal311401730124472551011156
Binary11001001100000111101101010100100111101011010010001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9207B; }

 p { color: rgb(201,32,123); }

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

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

 a { background-color: rgb(201,32,123); }

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

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

 span { border-color: rgb(201,32,123); }

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