#CD1B9E

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

Shades of Medium Violet Red #CD1B9E

Tints of Medium Violet Red #CD1B9E

Color information

#CD1B9E (or 0xCD1B9E) is unknown color: approx Medium Violet Red. HEX triplet: CD, 1B and 9E. RGB value is (205,27,158). Sum of RGB (Red+Green+Blue) = 205+27+158=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1B9E is #32E461. Grayscale: #5E5E5E. Windows color (decimal): -3335266 or 10361805. OLE color: 10361805.

HSL color Cylindrical-coordinate representation of color #CD1B9E: hue angle of 315.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1B9E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20527158-
CMYK00.870.230.20
HSL315.84º76.72%45.49%-
HSV(B)315.84º86.83%80.39%-
XYZ31.7416.2333.81-
YUV95.16163.47206.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 27 (10.94% from 255) = 6.92%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=52.56%
G=6.92%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052715800.870.230.20315.8476.7245.49
HexCD1B9E057171413c4d2d
Octal315332360127272447411555
Binary1100110111011100111100101011110111101001001111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1B9E; }

 p { color: rgb(205,27,158); }

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

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

 a { background-color: rgb(205,27,158); }

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

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

 span { border-color: rgb(205,27,158); }

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