#CB1C78

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

Shades of Medium Violet Red #CB1C78

Tints of Medium Violet Red #CB1C78

Color information

#CB1C78 (or 0xCB1C78) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1C and 78. RGB value is (203,28,120). Sum of RGB (Red+Green+Blue) = 203+28+120=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C78 is #34E387. Grayscale: #5A5A5A. Windows color (decimal): -3466120 or 7871691. OLE color: 7871691.

HSL color Cylindrical-coordinate representation of color #CB1C78: hue angle of 328.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C78 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20328120-
CMYK00.860.410.20
HSL328.46º75.76%45.29%-
HSV(B)328.46º86.21%79.61%-
XYZ28.4314.8819.14-
YUV90.81144.48208.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=57.83%
G=7.98%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032812000.860.410.20328.4675.7645.29
HexCB1C7805629141484c2d
Octal313341700126512451011455
Binary1100101111100111100001010110101001101001010010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C78; }

 p { color: rgb(203,28,120); }

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

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

 a { background-color: rgb(203,28,120); }

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

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

 span { border-color: rgb(203,28,120); }

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