#CD2383

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

Shades of Medium Violet Red #CD2383

Tints of Medium Violet Red #CD2383

Color information

#CD2383 (or 0xCD2383) is unknown color: approx Medium Violet Red. HEX triplet: CD, 23 and 83. RGB value is (205,35,131). Sum of RGB (Red+Green+Blue) = 205+35+131=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2383 is #32DC7C. Grayscale: #606060. Windows color (decimal): -3333245 or 8594381. OLE color: 8594381.

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

Color convert

RGB20535131-
CMYK00.830.360.20
HSL326.12º70.83%47.06%-
HSV(B)326.12º82.93%80.39%-
XYZ29.8715.8222.95-
YUV96.77147.32205.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 35 (14.06% from 255) = 9.43%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=55.26%
G=9.43%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053513100.830.360.20326.1270.8347.06
HexCD23830532414146472f
Octal315432030123442450610757
Binary110011011000111000001101010011100100101001010001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2383; }

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

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

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

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

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

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

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

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