#cd147d

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

Shades of Medium Violet Red #CD147D

Tints of Medium Violet Red #CD147D

Color information

#CD147D (or 0xCD147D) is unknown color: approx Medium Violet Red. HEX triplet: CD, 14 and 7D. RGB value is (205,20,125). Sum of RGB (Red+Green+Blue) = 205+20+125=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD147D is #32EB82. Grayscale: #575757. Windows color (decimal): -3337091 or 8197325. OLE color: 8197325.

HSL color Cylindrical-coordinate representation of color #CD147D: hue angle of 325.95º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD147D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20520125-
CMYK00.900.390.20
HSL325.95º82.22%44.12%-
HSV(B)325.95º90.24%80.39%-
XYZ29.1314.9620.75-
YUV87.28149.29211.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.57%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=58.57%
G=5.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052012500.900.390.20325.9582.2244.12
HexCD147D05A2714146522c
Octal315241750132472450612254
Binary1100110110100111110101011010100111101001010001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd147d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd147d; }

 p { color: rgb(205,20,125); }

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

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

 a { background-color: rgb(205,20,125); }

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

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

 span { border-color: rgb(205,20,125); }

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