#CB056E

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

Shades of Medium Violet Red #CB056E

Tints of Medium Violet Red #CB056E

Color information

#CB056E (or 0xCB056E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 05 and 6E. RGB value is (203,5,110). Sum of RGB (Red+Green+Blue) = 203+5+110=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB056E is #34FA91. Grayscale: #4B4B4B. Windows color (decimal): -3472018 or 7210443. OLE color: 7210443.

HSL color Cylindrical-coordinate representation of color #CB056E: hue angle of 328.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB056E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB2035110-
CMYK00.980.460.20
HSL328.18º95.19%40.78%-
HSV(B)328.18º97.54%79.61%-
XYZ27.513.9315.99-
YUV76.17147.1218.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.84%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=63.84%
G=1.57%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203511000.980.460.20328.1895.1940.78
HexCB56E0622E141485f29
Octal31351560142562451013751
Binary11001011101110111001100010101110101001010010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB056E; }

 p { color: rgb(203,5,110); }

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

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

 a { background-color: rgb(203,5,110); }

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

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

 span { border-color: rgb(203,5,110); }

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