#CD268E

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

Shades of Medium Violet Red #CD268E

Tints of Medium Violet Red #CD268E

Color information

#CD268E (or 0xCD268E) is unknown color: approx Medium Violet Red. HEX triplet: CD, 26 and 8E. RGB value is (205,38,142). Sum of RGB (Red+Green+Blue) = 205+38+142=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD268E is #32D971. Grayscale: #636363. Windows color (decimal): -3332466 or 9316045. OLE color: 9316045.

HSL color Cylindrical-coordinate representation of color #CD268E: hue angle of 322.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD268E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20538142-
CMYK00.810.310.20
HSL322.63º68.72%47.65%-
HSV(B)322.63º81.46%80.39%-
XYZ30.7516.3227.12-
YUV99.79151.83203.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=53.25%
G=9.87%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053814200.810.310.20322.6368.7247.65
HexCD268E0511F141434530
Octal315462160121372450310560
Binary11001101100110100011100101000111111101001010000111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD268E; }

 p { color: rgb(205,38,142); }

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

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

 a { background-color: rgb(205,38,142); }

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

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

 span { border-color: rgb(205,38,142); }

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