#CB1886

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

Shades of Medium Violet Red #CB1886

Tints of Medium Violet Red #CB1886

Color information

#CB1886 (or 0xCB1886) is unknown color: approx Medium Violet Red. HEX triplet: CB, 18 and 86. RGB value is (203,24,134). Sum of RGB (Red+Green+Blue) = 203+24+134=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1886 is #34E779. Grayscale: #595959. Windows color (decimal): -3467130 or 8788171. OLE color: 8788171.

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

Color convert

RGB20324134-
CMYK00.880.340.20
HSL323.13º78.85%44.51%-
HSV(B)323.13º88.18%79.61%-
XYZ29.2615.0723.92-
YUV90.06152.8208.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=56.23%
G=6.65%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032413400.880.340.20323.1378.8544.51
HexCB188605822141434f2d
Octal313302060130422450311755
Binary11001011110001000011001011000100010101001010000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1886; }

 p { color: rgb(203,24,134); }

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

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

 a { background-color: rgb(203,24,134); }

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

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

 span { border-color: rgb(203,24,134); }

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