#CD139D

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

Shades of Medium Violet Red #CD139D

Tints of Medium Violet Red #CD139D

Color information

#CD139D (or 0xCD139D) is unknown color: approx Medium Violet Red. HEX triplet: CD, 13 and 9D. RGB value is (205,19,157). Sum of RGB (Red+Green+Blue) = 205+19+157=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139D is #32EC62. Grayscale: #595959. Windows color (decimal): -3337315 or 10294221. OLE color: 10294221.

HSL color Cylindrical-coordinate representation of color #CD139D: hue angle of 315.48º 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 #CD139D is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20519157-
CMYK00.910.230.20
HSL315.48º83.04%43.92%-
HSV(B)315.48º90.73%80.39%-
XYZ31.515.8833.3-
YUV90.35165.62209.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 19 (7.81% from 255) = 4.99%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=53.81%
G=4.99%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051915700.910.230.20315.4883.0443.92
HexCD139D05B171413b532c
Octal315232350133272447312354
Binary1100110110011100111010101101110111101001001110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD139D; }

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

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

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

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

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

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

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

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