#CB177E

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

Shades of Medium Violet Red #CB177E

Tints of Medium Violet Red #CB177E

Color information

#CB177E (or 0xCB177E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 17 and 7E. RGB value is (203,23,126). Sum of RGB (Red+Green+Blue) = 203+23+126=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB177E is #34E881. Grayscale: #585858. Windows color (decimal): -3467394 or 8263627. OLE color: 8263627.

HSL color Cylindrical-coordinate representation of color #CB177E: hue angle of 325.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB177E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20323126-
CMYK00.890.380.20
HSL325.67º79.65%44.31%-
HSV(B)325.67º88.67%79.61%-
XYZ28.714.8221.09-
YUV88.56149.13209.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=57.67%
G=6.53%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032312600.890.380.20325.6779.6544.31
HexCB177E0592614146502c
Octal313271760131462450612054
Binary1100101110111111111001011001100110101001010001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB177E; }

 p { color: rgb(203,23,126); }

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

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

 a { background-color: rgb(203,23,126); }

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

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

 span { border-color: rgb(203,23,126); }

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