#CD238B

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

Shades of Medium Violet Red #CD238B

Tints of Medium Violet Red #CD238B

Color information

#CD238B (or 0xCD238B) is unknown color: approx Medium Violet Red. HEX triplet: CD, 23 and 8B. RGB value is (205,35,139). Sum of RGB (Red+Green+Blue) = 205+35+139=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD238B is #32DC74. Grayscale: #616161. Windows color (decimal): -3333237 or 9118669. OLE color: 9118669.

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

Color convert

RGB20535139-
CMYK00.830.320.20
HSL323.29º70.83%47.06%-
HSV(B)323.29º82.93%80.39%-
XYZ30.4416.0525.92-
YUV97.69151.32204.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 35 (14.06% from 255) = 9.23%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=54.09%
G=9.23%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053513900.830.320.20323.2970.8347.06
HexCD238B0532014143472f
Octal315432130123402450310757
Binary110011011000111000101101010011100000101001010000111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD238B; }

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

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

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

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

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

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

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

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