#CB1E94

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

Shades of Medium Violet Red #CB1E94

Tints of Medium Violet Red #CB1E94

Color information

#CB1E94 (or 0xCB1E94) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1E and 94. RGB value is (203,30,148). Sum of RGB (Red+Green+Blue) = 203+30+148=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1E94 is #34E16B. Grayscale: #5E5E5E. Windows color (decimal): -3465580 or 9707211. OLE color: 9707211.

HSL color Cylindrical-coordinate representation of color #CB1E94: hue angle of 319.08º 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 #CB1E94 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20330148-
CMYK00.850.270.20
HSL319.08º74.25%45.69%-
HSV(B)319.08º85.22%79.61%-
XYZ30.4415.7629.46-
YUV95.18157.81204.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=53.28%
G=7.87%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033014800.850.270.20319.0874.2545.69
HexCB1E940551B1413f4a2e
Octal313362240125332447711256
Binary1100101111110100101000101010111011101001001111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E94; }

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

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

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

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

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

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

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

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