#CD137D

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

Shades of Medium Violet Red #CD137D

Tints of Medium Violet Red #CD137D

Color information

#CD137D (or 0xCD137D) is unknown color: approx Medium Violet Red. HEX triplet: CD, 13 and 7D. RGB value is (205,19,125). Sum of RGB (Red+Green+Blue) = 205+19+125=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137D is #32EC82. Grayscale: #565656. Windows color (decimal): -3337347 or 8197069. OLE color: 8197069.

HSL color Cylindrical-coordinate representation of color #CD137D: hue angle of 325.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD137D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20519125-
CMYK00.910.390.20
HSL325.81º83.04%43.92%-
HSV(B)325.81º90.73%80.39%-
XYZ29.1114.9320.75-
YUV86.7149.62212.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 19 (7.81% from 255) = 5.44%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=58.74%
G=5.44%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051912500.910.390.20325.8183.0443.92
HexCD137D05B2714146532c
Octal315231750133472450612354
Binary1100110110011111110101011011100111101001010001101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD137D; }

 p { color: rgb(205,19,125); }

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

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

 a { background-color: rgb(205,19,125); }

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

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

 span { border-color: rgb(205,19,125); }

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