#CB1E93

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

Shades of Medium Violet Red #CB1E93

Tints of Medium Violet Red #CB1E93

Color information

#CB1E93 (or 0xCB1E93) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1E and 93. RGB value is (203,30,147). Sum of RGB (Red+Green+Blue) = 203+30+147=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1E93 is #34E16C. Grayscale: #5E5E5E. Windows color (decimal): -3465581 or 9641675. OLE color: 9641675.

HSL color Cylindrical-coordinate representation of color #CB1E93: hue angle of 319.42º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E93 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20330147-
CMYK00.850.280.20
HSL319.42º74.25%45.69%-
HSV(B)319.42º85.22%79.61%-
XYZ30.3615.7329.04-
YUV95.06157.31204.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 30 (12.11% from 255) = 7.89%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=53.42%
G=7.89%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033014700.850.280.20319.4274.2545.69
HexCB1E930551C1413f4a2e
Octal313362230125342447711256
Binary1100101111110100100110101010111100101001001111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E93; }

 p { color: rgb(203,30,147); }

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

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

 a { background-color: rgb(203,30,147); }

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

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

 span { border-color: rgb(203,30,147); }

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