#CB1D89

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

Shades of Medium Violet Red #CB1D89

Tints of Medium Violet Red #CB1D89

Color information

#CB1D89 (or 0xCB1D89) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1D and 89. RGB value is (203,29,137). Sum of RGB (Red+Green+Blue) = 203+29+137=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D89 is #34E276. Grayscale: #5D5D5D. Windows color (decimal): -3465847 or 8986059. OLE color: 8986059.

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

Color convert

RGB20329137-
CMYK00.860.330.20
HSL322.76º75%45.49%-
HSV(B)322.76º85.71%79.61%-
XYZ29.5815.3825.08-
YUV93.34152.65206.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 29 (11.72% from 255) = 7.86%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=55.01%
G=7.86%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032913700.860.330.20322.767545.49
HexCB1D8905621141434b2d
Octal313352110126412450311355
Binary11001011111011000100101010110100001101001010000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D89; }

 p { color: rgb(203,29,137); }

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

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

 a { background-color: rgb(203,29,137); }

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

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

 span { border-color: rgb(203,29,137); }

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