#CB117B

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

Shades of Medium Violet Red #CB117B

Tints of Medium Violet Red #CB117B

Color information

#CB117B (or 0xCB117B) is unknown color: approx Medium Violet Red. HEX triplet: CB, 11 and 7B. RGB value is (203,17,123). Sum of RGB (Red+Green+Blue) = 203+17+123=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB117B is #34EE84. Grayscale: #545454. Windows color (decimal): -3468933 or 8065483. OLE color: 8065483.

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

Color convert

RGB20317123-
CMYK00.920.390.20
HSL325.81º84.55%43.14%-
HSV(B)325.81º91.63%79.61%-
XYZ28.414.5320.05-
YUV84.7149.62212.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=59.18%
G=4.96%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031712300.920.390.20325.8184.5543.14
HexCB117B05C2714146552b
Octal313211730134472450612553
Binary1100101110001111101101011100100111101001010001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB117B; }

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

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

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

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

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

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

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

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