#CD268F

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

Shades of Medium Violet Red #CD268F

Tints of Medium Violet Red #CD268F

Color information

#CD268F (or 0xCD268F) is unknown color: approx Medium Violet Red. HEX triplet: CD, 26 and 8F. RGB value is (205,38,143). Sum of RGB (Red+Green+Blue) = 205+38+143=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD268F is #32D970. Grayscale: #636363. Windows color (decimal): -3332465 or 9381581. OLE color: 9381581.

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

Color convert

RGB20538143-
CMYK00.810.300.20
HSL322.28º68.72%47.65%-
HSV(B)322.28º81.46%80.39%-
XYZ30.8316.3527.52-
YUV99.9152.33202.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.11%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=53.11%
G=9.84%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053814300.810.300.20322.2868.7247.65
HexCD268F0511E141424530
Octal315462170121362450210560
Binary11001101100110100011110101000111110101001010000101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD268F; }

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

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

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

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

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

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

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

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