#CD087A

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

Shades of Medium Violet Red #CD087A

Tints of Medium Violet Red #CD087A

Color information

#CD087A (or 0xCD087A) is unknown color: approx Medium Violet Red. HEX triplet: CD, 08 and 7A. RGB value is (205,8,122). Sum of RGB (Red+Green+Blue) = 205+8+122=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD087A is #32F785. Grayscale: #4F4F4F. Windows color (decimal): -3340166 or 7997645. OLE color: 7997645.

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

Color convert

RGB2058122-
CMYK00.960.400.20
HSL325.28º92.49%41.76%-
HSV(B)325.28º96.1%80.39%-
XYZ28.7814.5619.71-
YUV79.9151.77217.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 8 (3.52% from 255) = 2.39%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=61.19%
G=2.39%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205812200.960.400.20325.2892.4941.76
HexCD87A06028141455c2a
Octal315101720140502450513452
Binary110011011000111101001100000101000101001010001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD087A; }

 p { color: rgb(205,8,122); }

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

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

 a { background-color: rgb(205,8,122); }

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

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

 span { border-color: rgb(205,8,122); }

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