#CB1D95

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

Shades of Medium Violet Red #CB1D95

Tints of Medium Violet Red #CB1D95

Color information

#CB1D95 (or 0xCB1D95) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1D and 95. RGB value is (203,29,149). Sum of RGB (Red+Green+Blue) = 203+29+149=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D95 is #34E26A. Grayscale: #5E5E5E. Windows color (decimal): -3465835 or 9772491. OLE color: 9772491.

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

Color convert

RGB20329149-
CMYK00.860.270.20
HSL318.62º75%45.49%-
HSV(B)318.62º85.71%79.61%-
XYZ30.4915.7529.87-
YUV94.71158.65205.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 29 (11.72% from 255) = 7.61%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=53.28%
G=7.61%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032914900.860.270.20318.627545.49
HexCB1D950561B1413f4b2d
Octal313352250126332447711355
Binary1100101111101100101010101011011011101001001111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D95; }

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

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

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

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

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

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

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

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