#CB3193

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

Shades of Medium Red Violet #CB3193

Tints of Medium Red Violet #CB3193

Color information

#CB3193 (or 0xCB3193) is unknown color: approx Medium Red Violet. HEX triplet: CB, 31 and 93. RGB value is (203,49,147). Sum of RGB (Red+Green+Blue) = 203+49+147=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3193 is #34CE6C. Grayscale: #696969. Windows color (decimal): -3460717 or 9646539. OLE color: 9646539.

HSL color Cylindrical-coordinate representation of color #CB3193: hue angle of 321.82º degrees, saturation: 0.61, 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 #CB3193 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20349147-
CMYK00.760.280.20
HSL321.82º61.11%49.41%-
HSV(B)321.82º75.86%79.61%-
XYZ30.991729.25-
YUV106.22151.02197.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 49 (19.53% from 255) = 12.28%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=50.88%
G=12.28%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034914700.760.280.20321.8261.1149.41
HexCB319304C1C141423d31
Octal31361223011434245027561
Binary1100101111000110010011010011001110010100101000010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3193; }

 p { color: rgb(203,49,147); }

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

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

 a { background-color: rgb(203,49,147); }

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

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

 span { border-color: rgb(203,49,147); }

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