#CB1E73

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

Shades of Medium Violet Red #CB1E73

Tints of Medium Violet Red #CB1E73

Color information

#CB1E73 (or 0xCB1E73) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1E and 73. RGB value is (203,30,115). Sum of RGB (Red+Green+Blue) = 203+30+115=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E73 is #34E18C. Grayscale: #5B5B5B. Windows color (decimal): -3465613 or 7544523. OLE color: 7544523.

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

Color convert

RGB20330115-
CMYK00.850.430.20
HSL330.52º74.25%45.69%-
HSV(B)330.52º85.22%79.61%-
XYZ28.1914.8617.6-
YUV91.42141.31207.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 8.62%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=58.33%
G=8.62%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033011500.850.430.20330.5274.2545.69
HexCB1E730552B1414b4a2e
Octal313361630125532451311256
Binary1100101111110111001101010101101011101001010010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E73; }

 p { color: rgb(203,30,115); }

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

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

 a { background-color: rgb(203,30,115); }

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

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

 span { border-color: rgb(203,30,115); }

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