#CB3395

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

Shades of Medium Red Violet #CB3395

Tints of Medium Red Violet #CB3395

Color information

#CB3395 (or 0xCB3395) is unknown color: approx Medium Red Violet. HEX triplet: CB, 33 and 95. RGB value is (203,51,149). Sum of RGB (Red+Green+Blue) = 203+51+149=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3395 is #34CC6A. Grayscale: #6B6B6B. Windows color (decimal): -3460203 or 9778123. OLE color: 9778123.

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

Color convert

RGB20351149-
CMYK00.750.270.20
HSL321.32º59.84%49.8%-
HSV(B)321.32º74.88%79.61%-
XYZ31.2417.2330.11-
YUV107.62151.36196.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=50.37%
G=12.66%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035114900.750.270.20321.3259.8449.8
HexCB339504B1B141413c32
Octal31363225011333245017462
Binary1100101111001110010101010010111101110100101000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3395; }

 p { color: rgb(203,51,149); }

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

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

 a { background-color: rgb(203,51,149); }

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

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

 span { border-color: rgb(203,51,149); }

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