#CD0075

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

Shades of Medium Violet Red #CD0075

Tints of Medium Violet Red #CD0075

Color information

#CD0075 (or 0xCD0075) is unknown color: approx Medium Violet Red. HEX triplet: CD, 00 and 75. RGB value is (205,0,117). Sum of RGB (Red+Green+Blue) = 205+0+117=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0075 is #32FF8A. Grayscale: #4A4A4A. Windows color (decimal): -3342219 or 7667917. OLE color: 7667917.

HSL color Cylindrical-coordinate representation of color #CD0075: hue angle of 325.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0075 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB2050117-
CMYK010.430.20
HSL325.76º100%40.2%-
HSV(B)325.76º100%80.39%-
XYZ28.3914.2618.09-
YUV74.63151.92220.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=63.66%
G=0%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050117010.430.20325.7610040.2
HexCD0750642B141466428
Octal31501650144532450614450
Binary110011010111010101100100101011101001010001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0075; }

 p { color: rgb(205,0,117); }

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

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

 a { background-color: rgb(205,0,117); }

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

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

 span { border-color: rgb(205,0,117); }

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