#CB029A

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

Shades of Medium Violet Red #CB029A

Tints of Medium Violet Red #CB029A

Color information

#CB029A (or 0xCB029A) is unknown color: approx Medium Violet Red. HEX triplet: CB, 02 and 9A. RGB value is (203,2,154). Sum of RGB (Red+Green+Blue) = 203+2+154=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB029A is #34FD65. Grayscale: #4F4F4F. Windows color (decimal): -3472742 or 10093259. OLE color: 10093259.

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

Color convert

RGB2032154-
CMYK00.990.240.20
HSL314.63º98.05%40.2%-
HSV(B)314.63º99.01%79.61%-
XYZ30.4815.0731.87-
YUV79.43170.09216.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=56.55%
G=0.56%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203215400.990.240.20314.6398.0540.2
HexCB29A063181413b6228
Octal31322320143302447314250
Binary1100101110100110100110001111000101001001110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB029A; }

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

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

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

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

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

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

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

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