#CB3494

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

Shades of Medium Red Violet #CB3494

Tints of Medium Red Violet #CB3494

Color information

#CB3494 (or 0xCB3494) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and 94. RGB value is (203,52,148). Sum of RGB (Red+Green+Blue) = 203+52+148=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3494 is #34CB6B. Grayscale: #6B6B6B. Windows color (decimal): -3459948 or 9712843. OLE color: 9712843.

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

Color convert

RGB20352148-
CMYK00.740.270.20
HSL321.85º59.22%50%-
HSV(B)321.85º74.38%79.61%-
XYZ31.217.2929.71-
YUV108.09150.53195.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 52 (20.70% from 255) = 12.90%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=50.37%
G=12.90%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035214800.740.270.20321.8559.2250
HexCB349404A1B141423b32
Octal31364224011233245027362
Binary1100101111010010010100010010101101110100101000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3494; }

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

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

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

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

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

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

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

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