#CD0271

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

Shades of Medium Violet Red #CD0271

Tints of Medium Violet Red #CD0271

Color information

#CD0271 (or 0xCD0271) is unknown color: approx Medium Violet Red. HEX triplet: CD, 02 and 71. RGB value is (205,2,113). Sum of RGB (Red+Green+Blue) = 205+2+113=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0271 is #32FD8E. Grayscale: #4B4B4B. Windows color (decimal): -3341711 or 7406285. OLE color: 7406285.

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

Color convert

RGB2052113-
CMYK00.990.450.20
HSL327.19º98.07%40.59%-
HSV(B)327.19º99.02%80.39%-
XYZ28.1814.2116.88-
YUV75.35149.25220.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.06%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=64.06%
G=0.62%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205211300.990.450.20327.1998.0740.59
HexCD2710632D141476229
Octal31521610143552450714251
Binary1100110110111000101100011101101101001010001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0271; }

 p { color: rgb(205,2,113); }

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

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

 a { background-color: rgb(205,2,113); }

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

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

 span { border-color: rgb(205,2,113); }

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