#CB1C7C

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

Shades of Medium Violet Red #CB1C7C

Tints of Medium Violet Red #CB1C7C

Color information

#CB1C7C (or 0xCB1C7C) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1C and 7C. RGB value is (203,28,124). Sum of RGB (Red+Green+Blue) = 203+28+124=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C7C is #34E383. Grayscale: #5B5B5B. Windows color (decimal): -3466116 or 8133835. OLE color: 8133835.

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

Color convert

RGB20328124-
CMYK00.860.390.20
HSL327.09º75.76%45.29%-
HSV(B)327.09º86.21%79.61%-
XYZ28.6814.9820.45-
YUV91.27146.48207.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.18%
GREEN value IS 28 (11.33% from 255) = 7.89%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=57.18%
G=7.89%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032812400.860.390.20327.0975.7645.29
HexCB1C7C05627141474c2d
Octal313341740126472450711455
Binary1100101111100111110001010110100111101001010001111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C7C; }

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

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

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

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

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

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

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

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