#CD1D89

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

Shades of Medium Violet Red #CD1D89

Tints of Medium Violet Red #CD1D89

Color information

#CD1D89 (or 0xCD1D89) is unknown color: approx Medium Violet Red. HEX triplet: CD, 1D and 89. RGB value is (205,29,137). Sum of RGB (Red+Green+Blue) = 205+29+137=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1D89 is #32E276. Grayscale: #5D5D5D. Windows color (decimal): -3334775 or 8986061. OLE color: 8986061.

HSL color Cylindrical-coordinate representation of color #CD1D89: hue angle of 323.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D89 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20529137-
CMYK00.860.330.20
HSL323.18º75.21%45.88%-
HSV(B)323.18º85.85%80.39%-
XYZ30.1315.6625.1-
YUV93.94152.31207.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 29 (11.72% from 255) = 7.82%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=55.26%
G=7.82%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052913700.860.330.20323.1875.2145.88
HexCD1D8905621141434b2e
Octal315352110126412450311356
Binary11001101111011000100101010110100001101001010000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1D89; }

 p { color: rgb(205,29,137); }

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

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

 a { background-color: rgb(205,29,137); }

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

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

 span { border-color: rgb(205,29,137); }

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