#C5217B

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

Shades of Medium Violet Red #C5217B

Tints of Medium Violet Red #C5217B

Color information

#C5217B (or 0xC5217B) is unknown color: approx Medium Violet Red. HEX triplet: C5, 21 and 7B. RGB value is (197,33,123). Sum of RGB (Red+Green+Blue) = 197+33+123=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217B is #3ADE84. Grayscale: #5C5C5C. Windows color (decimal): -3858053 or 8069573. OLE color: 8069573.

HSL color Cylindrical-coordinate representation of color #C5217B: hue angle of 327.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5217B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19733123-
CMYK00.830.380.23
HSL327.07º71.3%45.1%-
HSV(B)327.07º83.25%77.25%-
XYZ27.1414.3920.09-
YUV92.3145.33202.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=55.81%
G=9.35%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973312300.830.380.23327.0771.345.1
HexC5217B0532617147472d
Octal305411730123462750710755
Binary11000101100001111101101010011100110101111010001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5217B; }

 p { color: rgb(197,33,123); }

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

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

 a { background-color: rgb(197,33,123); }

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

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

 span { border-color: rgb(197,33,123); }

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