#CB329A

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

Shades of Medium Red Violet #CB329A

Tints of Medium Red Violet #CB329A

Color information

#CB329A (or 0xCB329A) is unknown color: approx Medium Red Violet. HEX triplet: CB, 32 and 9A. RGB value is (203,50,154). Sum of RGB (Red+Green+Blue) = 203+50+154=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329A is #34CD65. Grayscale: #6B6B6B. Windows color (decimal): -3460454 or 10105547. OLE color: 10105547.

HSL color Cylindrical-coordinate representation of color #CB329A: hue angle of 319.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB329A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20350154-
CMYK00.750.240.20
HSL319.22º60.47%49.61%-
HSV(B)319.22º75.37%79.61%-
XYZ31.617.3132.25-
YUV107.6154.19196.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=49.88%
G=12.29%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035015400.750.240.20319.2260.4749.61
HexCB329A04B181413f3c32
Octal31362232011330244777462
Binary1100101111001010011010010010111100010100100111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB329A; }

 p { color: rgb(203,50,154); }

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

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

 a { background-color: rgb(203,50,154); }

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

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

 span { border-color: rgb(203,50,154); }

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