#CD0D8F

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

Shades of Medium Violet Red #CD0D8F

Tints of Medium Violet Red #CD0D8F

Color information

#CD0D8F (or 0xCD0D8F) is unknown color: approx Medium Violet Red. HEX triplet: CD, 0D and 8F. RGB value is (205,13,143). Sum of RGB (Red+Green+Blue) = 205+13+143=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0D8F is #32F270. Grayscale: #545454. Windows color (decimal): -3338865 or 9375181. OLE color: 9375181.

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

Color convert

RGB20513143-
CMYK00.940.300.20
HSL319.38º88.07%42.75%-
HSV(B)319.38º93.66%80.39%-
XYZ30.2815.2527.33-
YUV85.23160.61213.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.79%
GREEN value IS 13 (5.47% from 255) = 3.60%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=56.79%
G=3.60%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051314300.940.300.20319.3888.0742.75
HexCDD8F05E1E1413f582b
Octal315152170136362447713053
Binary110011011101100011110101111011110101001001111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0D8F; }

 p { color: rgb(205,13,143); }

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

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

 a { background-color: rgb(205,13,143); }

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

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

 span { border-color: rgb(205,13,143); }

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