#CB0394

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

Shades of Medium Violet Red #CB0394

Tints of Medium Violet Red #CB0394

Color information

#CB0394 (or 0xCB0394) is unknown color: approx Medium Violet Red. HEX triplet: CB, 03 and 94. RGB value is (203,3,148). Sum of RGB (Red+Green+Blue) = 203+3+148=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0394 is #34FC6B. Grayscale: #4E4E4E. Windows color (decimal): -3472492 or 9700299. OLE color: 9700299.

HSL color Cylindrical-coordinate representation of color #CB0394: hue angle of 316.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0394 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB2033148-
CMYK00.990.270.20
HSL316.5º97.09%40.39%-
HSV(B)316.5º98.52%79.61%-
XYZ30.0114.929.31-
YUV79.33166.76216.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=57.34%
G=0.85%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203314800.990.270.20316.597.0940.39
HexCB3940631B1413c6128
Octal31332240143332447414150
Binary1100101111100101000110001111011101001001111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0394; }

 p { color: rgb(203,3,148); }

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

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

 a { background-color: rgb(203,3,148); }

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

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

 span { border-color: rgb(203,3,148); }

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