#cd1383

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

Shades of Medium Violet Red #CD1383

Tints of Medium Violet Red #CD1383

Color information

#CD1383 (or 0xCD1383) is unknown color: approx Medium Violet Red. HEX triplet: CD, 13 and 83. RGB value is (205,19,131). Sum of RGB (Red+Green+Blue) = 205+19+131=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1383 is #32EC7C. Grayscale: #575757. Windows color (decimal): -3337341 or 8590285. OLE color: 8590285.

HSL color Cylindrical-coordinate representation of color #CD1383: hue angle of 323.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1383 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20519131-
CMYK00.910.360.20
HSL323.87º83.04%43.92%-
HSV(B)323.87º90.73%80.39%-
XYZ29.5115.0822.83-
YUV87.38152.62211.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=57.75%
G=5.35%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051913100.910.360.20323.8783.0443.92
HexCD138305B2414144532c
Octal315232030133442450412354
Binary11001101100111000001101011011100100101001010001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd1383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd1383; }

 p { color: rgb(205,19,131); }

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

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

 a { background-color: rgb(205,19,131); }

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

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

 span { border-color: rgb(205,19,131); }

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