#CB118C

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

Shades of Medium Violet Red #CB118C

Tints of Medium Violet Red #CB118C

Color information

#CB118C (or 0xCB118C) is unknown color: approx Medium Violet Red. HEX triplet: CB, 11 and 8C. RGB value is (203,17,140). Sum of RGB (Red+Green+Blue) = 203+17+140=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB118C is #34EE73. Grayscale: #565656. Windows color (decimal): -3468916 or 9179595. OLE color: 9179595.

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

Color convert

RGB20317140-
CMYK00.920.310.20
HSL320.32º84.55%43.14%-
HSV(B)320.32º91.63%79.61%-
XYZ29.5614.9926.15-
YUV86.64158.12211-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 17 (7.03% from 255) = 4.72%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=56.39%
G=4.72%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031714000.920.310.20320.3284.5543.14
HexCB118C05C1F14140552b
Octal313212140134372450012553
Binary1100101110001100011000101110011111101001010000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB118C; }

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

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

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

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

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

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

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

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