#CB3192

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

Shades of Medium Red Violet #CB3192

Tints of Medium Red Violet #CB3192

Color information

#CB3192 (or 0xCB3192) is unknown color: approx Medium Red Violet. HEX triplet: CB, 31 and 92. RGB value is (203,49,146). Sum of RGB (Red+Green+Blue) = 203+49+146=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3192 is #34CE6D. Grayscale: #696969. Windows color (decimal): -3460718 or 9581003. OLE color: 9581003.

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

Color convert

RGB20349146-
CMYK00.760.280.20
HSL322.21º61.11%49.41%-
HSV(B)322.21º75.86%79.61%-
XYZ30.9216.9728.84-
YUV106.1150.52197.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 49 (19.53% from 255) = 12.31%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=51.01%
G=12.31%
B=36.68%

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
Decimal2034914600.760.280.20322.2161.1149.41
HexCB319204C1C141423d31
Octal31361222011434245027561
Binary1100101111000110010010010011001110010100101000010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3192; }

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

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

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

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

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

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

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

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