#CB3092

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

Shades of Medium Red Violet #CB3092

Tints of Medium Red Violet #CB3092

Color information

#CB3092 (or 0xCB3092) is unknown color: approx Medium Red Violet. HEX triplet: CB, 30 and 92. RGB value is (203,48,146). Sum of RGB (Red+Green+Blue) = 203+48+146=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3092 is #34CF6D. Grayscale: #696969. Windows color (decimal): -3460974 or 9580747. OLE color: 9580747.

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

Color convert

RGB20348146-
CMYK00.760.280.20
HSL322.06º61.75%49.22%-
HSV(B)322.06º76.35%79.61%-
XYZ30.8716.8928.83-
YUV105.52150.85197.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=51.13%
G=12.09%
B=36.78%

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
Decimal2034814600.760.280.20322.0661.7549.22
HexCB309204C1C141423e31
Octal31360222011434245027661
Binary1100101111000010010010010011001110010100101000010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3092; }

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

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

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

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

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

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

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

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