#CB119D

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

Shades of Medium Violet Red #CB119D

Tints of Medium Violet Red #CB119D

Color information

#CB119D (or 0xCB119D) is unknown color: approx Medium Violet Red. HEX triplet: CB, 11 and 9D. RGB value is (203,17,157). Sum of RGB (Red+Green+Blue) = 203+17+157=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB119D is #34EE62. Grayscale: #585858. Windows color (decimal): -3468899 or 10293707. OLE color: 10293707.

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

Color convert

RGB20317157-
CMYK00.920.230.20
HSL314.84º84.55%43.14%-
HSV(B)314.84º91.63%79.61%-
XYZ30.9115.5333.27-
YUV88.57166.62209.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 17 (7.03% from 255) = 4.51%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=53.85%
G=4.51%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031715700.920.230.20314.8484.5543.14
HexCB119D05C171413b552b
Octal313212350134272447312553
Binary1100101110001100111010101110010111101001001110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB119D; }

 p { color: rgb(203,17,157); }

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

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

 a { background-color: rgb(203,17,157); }

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

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

 span { border-color: rgb(203,17,157); }

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