#CB1491

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

Shades of Medium Violet Red #CB1491

Tints of Medium Violet Red #CB1491

Color information

#CB1491 (or 0xCB1491) is unknown color: approx Medium Violet Red. HEX triplet: CB, 14 and 91. RGB value is (203,20,145). Sum of RGB (Red+Green+Blue) = 203+20+145=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1491 is #34EB6E. Grayscale: #585858. Windows color (decimal): -3468143 or 9508043. OLE color: 9508043.

HSL color Cylindrical-coordinate representation of color #CB1491: hue angle of 319.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1491 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB20320145-
CMYK00.900.290.20
HSL319.02º82.06%43.73%-
HSV(B)319.02º90.15%79.61%-
XYZ29.9915.2428.15-
YUV88.97159.63209.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 20 (8.20% from 255) = 5.43%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=55.16%
G=5.43%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032014500.900.290.20319.0282.0643.73
HexCB149105A1D1413f522c
Octal313242210132352447712254
Binary1100101110100100100010101101011101101001001111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1491; }

 p { color: rgb(203,20,145); }

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

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

 a { background-color: rgb(203,20,145); }

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

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

 span { border-color: rgb(203,20,145); }

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