#CD0485

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

Shades of Medium Violet Red #CD0485

Tints of Medium Violet Red #CD0485

Color information

#CD0485 (or 0xCD0485) is unknown color: approx Medium Violet Red. HEX triplet: CD, 04 and 85. RGB value is (205,4,133). Sum of RGB (Red+Green+Blue) = 205+4+133=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0485 is #32FB7A. Grayscale: #4E4E4E. Windows color (decimal): -3341179 or 8717517. OLE color: 8717517.

HSL color Cylindrical-coordinate representation of color #CD0485: hue angle of 321.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0485 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB2054133-
CMYK00.980.350.20
HSL321.49º96.17%40.98%-
HSV(B)321.49º98.05%80.39%-
XYZ29.4514.7623.49-
YUV78.8158.59218.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.94%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=59.94%
G=1.17%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205413300.980.350.20321.4996.1740.98
HexCD48506223141416029
Octal31542050142432450114051
Binary110011011001000010101100010100011101001010000011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0485; }

 p { color: rgb(205,4,133); }

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

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

 a { background-color: rgb(205,4,133); }

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

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

 span { border-color: rgb(205,4,133); }

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