#CB3492

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

Shades of Medium Red Violet #CB3492

Tints of Medium Red Violet #CB3492

Color information

#CB3492 (or 0xCB3492) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and 92. RGB value is (203,52,146). Sum of RGB (Red+Green+Blue) = 203+52+146=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3492 is #34CB6D. Grayscale: #6B6B6B. Windows color (decimal): -3459950 or 9581771. OLE color: 9581771.

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

Color convert

RGB20352146-
CMYK00.740.280.20
HSL322.65º59.22%50%-
HSV(B)322.65º74.38%79.61%-
XYZ31.0417.2328.88-
YUV107.86149.53195.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=50.62%
G=12.97%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035214600.740.280.20322.6559.2250
HexCB349204A1C141433b32
Octal31364222011234245037362
Binary1100101111010010010010010010101110010100101000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3492; }

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

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

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

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

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

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

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

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