#CD2392

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

Shades of Medium Violet Red #CD2392

Tints of Medium Violet Red #CD2392

Color information

#CD2392 (or 0xCD2392) is unknown color: approx Medium Violet Red. HEX triplet: CD, 23 and 92. RGB value is (205,35,146). Sum of RGB (Red+Green+Blue) = 205+35+146=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2392 is #32DC6D. Grayscale: #626262. Windows color (decimal): -3333230 or 9577421. OLE color: 9577421.

HSL color Cylindrical-coordinate representation of color #CD2392: hue angle of 320.82º 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 #CD2392 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB20535146-
CMYK00.830.290.20
HSL320.82º70.83%47.06%-
HSV(B)320.82º82.93%80.39%-
XYZ30.9716.2628.7-
YUV98.48154.82203.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.11%
GREEN value IS 35 (14.06% from 255) = 9.07%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=53.11%
G=9.07%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053514600.830.290.20320.8270.8347.06
HexCD23920531D14141472f
Octal315432220123352450110757
Binary11001101100011100100100101001111101101001010000011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2392; }

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

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

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

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

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

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

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

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