#CD0484

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

Shades of Medium Violet Red #CD0484

Tints of Medium Violet Red #CD0484

Color information

#CD0484 (or 0xCD0484) is unknown color: approx Medium Violet Red. HEX triplet: CD, 04 and 84. RGB value is (205,4,132). Sum of RGB (Red+Green+Blue) = 205+4+132=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0484 is #32FB7B. Grayscale: #4E4E4E. Windows color (decimal): -3341180 or 8651981. OLE color: 8651981.

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

Color convert

RGB2054132-
CMYK00.980.360.20
HSL321.79º96.17%40.98%-
HSV(B)321.79º98.05%80.39%-
XYZ29.3914.7323.12-
YUV78.69158.09218.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=60.12%
G=1.17%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205413200.980.360.20321.7996.1740.98
HexCD48406224141426029
Octal31542040142442450214051
Binary110011011001000010001100010100100101001010000101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0484; }

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

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

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

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

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

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

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

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