#CB3094

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

Shades of Medium Red Violet #CB3094

Tints of Medium Red Violet #CB3094

Color information

#CB3094 (or 0xCB3094) is unknown color: approx Medium Red Violet. HEX triplet: CB, 30 and 94. RGB value is (203,48,148). Sum of RGB (Red+Green+Blue) = 203+48+148=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3094 is #34CF6B. Grayscale: #696969. Windows color (decimal): -3460972 or 9711819. OLE color: 9711819.

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

Color convert

RGB20348148-
CMYK00.760.270.20
HSL321.29º61.75%49.22%-
HSV(B)321.29º76.35%79.61%-
XYZ31.0316.9529.65-
YUV105.74151.85197.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=50.88%
G=12.03%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034814800.760.270.20321.2961.7549.22
HexCB309404C1B141413e31
Octal31360224011433245017661
Binary1100101111000010010100010011001101110100101000001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3094; }

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

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

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

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

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

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

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

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