#CB139D

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

Shades of Medium Violet Red #CB139D

Tints of Medium Violet Red #CB139D

Color information

#CB139D (or 0xCB139D) is unknown color: approx Medium Violet Red. HEX triplet: CB, 13 and 9D. RGB value is (203,19,157). Sum of RGB (Red+Green+Blue) = 203+19+157=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB139D is #34EC62. Grayscale: #595959. Windows color (decimal): -3468387 or 10294219. OLE color: 10294219.

HSL color Cylindrical-coordinate representation of color #CB139D: hue angle of 315º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB139D is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20319157-
CMYK00.910.230.20
HSL315º82.88%43.53%-
HSV(B)315º90.64%79.61%-
XYZ30.9515.633.28-
YUV89.75165.96208.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 19 (7.81% from 255) = 5.01%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=53.56%
G=5.01%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031915700.910.230.2031582.8843.53
HexCB139D05B171413b532c
Octal313232350133272447312354
Binary1100101110011100111010101101110111101001001110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB139D; }

 p { color: rgb(203,19,157); }

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

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

 a { background-color: rgb(203,19,157); }

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

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

 span { border-color: rgb(203,19,157); }

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