#CB3596

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

Shades of Medium Red Violet #CB3596

Tints of Medium Red Violet #CB3596

Color information

#CB3596 (or 0xCB3596) is unknown color: approx Medium Red Violet. HEX triplet: CB, 35 and 96. RGB value is (203,53,150). Sum of RGB (Red+Green+Blue) = 203+53+150=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3596 is #34CA69. Grayscale: #6C6C6C. Windows color (decimal): -3459690 or 9844171. OLE color: 9844171.

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

Color convert

RGB20353150-
CMYK00.740.260.20
HSL321.2º59.06%50.2%-
HSV(B)321.2º73.89%79.61%-
XYZ31.4117.4430.57-
YUV108.91151.2195.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=50%
G=13.05%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035315000.740.260.20321.259.0650.2
HexCB359604A1A141413b32
Octal31365226011232245017362
Binary1100101111010110010110010010101101010100101000001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3596; }

 p { color: rgb(203,53,150); }

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

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

 a { background-color: rgb(203,53,150); }

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

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

 span { border-color: rgb(203,53,150); }

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