#CB039E

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

Shades of Medium Violet Red #CB039E

Tints of Medium Violet Red #CB039E

Color information

#CB039E (or 0xCB039E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 03 and 9E. RGB value is (203,3,158). Sum of RGB (Red+Green+Blue) = 203+3+158=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB039E is #34FC61. Grayscale: #505050. Windows color (decimal): -3472482 or 10355659. OLE color: 10355659.

HSL color Cylindrical-coordinate representation of color #CB039E: hue angle of 313.5º degrees, saturation: 0.97, 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 #CB039E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB2033158-
CMYK00.990.220.20
HSL313.5º97.09%40.39%-
HSV(B)313.5º98.52%79.61%-
XYZ30.8315.2333.66-
YUV80.47171.76215.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.77%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=55.77%
G=0.82%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203315800.990.220.20313.597.0940.39
HexCB39E063161413a6128
Octal31332360143262447214150
Binary1100101111100111100110001110110101001001110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB039E; }

 p { color: rgb(203,3,158); }

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

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

 a { background-color: rgb(203,3,158); }

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

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

 span { border-color: rgb(203,3,158); }

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