#CD2597

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

Shades of Medium Violet Red #CD2597

Tints of Medium Violet Red #CD2597

Color information

#CD2597 (or 0xCD2597) is unknown color: approx Medium Violet Red. HEX triplet: CD, 25 and 97. RGB value is (205,37,151). Sum of RGB (Red+Green+Blue) = 205+37+151=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2597 is #32DA68. Grayscale: #636363. Windows color (decimal): -3332713 or 9905613. OLE color: 9905613.

HSL color Cylindrical-coordinate representation of color #CD2597: hue angle of 319.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2597 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20537151-
CMYK00.820.260.20
HSL319.29º69.42%47.45%-
HSV(B)319.29º81.95%80.39%-
XYZ31.4216.5430.81-
YUV100.23156.66202.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.16%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=52.16%
G=9.41%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053715100.820.260.20319.2969.4247.45
HexCD25970521A1413f452f
Octal315452270122322447710557
Binary11001101100101100101110101001011010101001001111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2597; }

 p { color: rgb(205,37,151); }

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

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

 a { background-color: rgb(205,37,151); }

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

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

 span { border-color: rgb(205,37,151); }

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