#CD139F

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

Shades of Medium Violet Red #CD139F

Tints of Medium Violet Red #CD139F

Color information

#CD139F (or 0xCD139F) is unknown color: approx Medium Violet Red. HEX triplet: CD, 13 and 9F. RGB value is (205,19,159). Sum of RGB (Red+Green+Blue) = 205+19+159=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139F is #32EC60. Grayscale: #5A5A5A. Windows color (decimal): -3337313 or 10425293. OLE color: 10425293.

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

Color convert

RGB20519159-
CMYK00.910.220.20
HSL314.84º83.04%43.92%-
HSV(B)314.84º90.73%80.39%-
XYZ31.6715.9534.21-
YUV90.57166.62209.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 19 (7.81% from 255) = 4.96%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=53.52%
G=4.96%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051915900.910.220.20314.8483.0443.92
HexCD139F05B161413b532c
Octal315232370133262447312354
Binary1100110110011100111110101101110110101001001110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD139F; }

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

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

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

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

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

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

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

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