#CB1376

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

Shades of Medium Violet Red #CB1376

Tints of Medium Violet Red #CB1376

Color information

#CB1376 (or 0xCB1376) is unknown color: approx Medium Violet Red. HEX triplet: CB, 13 and 76. RGB value is (203,19,118). Sum of RGB (Red+Green+Blue) = 203+19+118=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1376 is #34EC89. Grayscale: #555555. Windows color (decimal): -3468426 or 7738315. OLE color: 7738315.

HSL color Cylindrical-coordinate representation of color #CB1376: hue angle of 327.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1376 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20319118-
CMYK00.910.420.20
HSL327.72º82.88%43.53%-
HSV(B)327.72º90.64%79.61%-
XYZ28.1314.4718.45-
YUV85.3146.46211.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.71%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=59.71%
G=5.59%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031911800.910.420.20327.7282.8843.53
HexCB137605B2A14148532c
Octal313231660133522451012354
Binary1100101110011111011001011011101010101001010010001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1376; }

 p { color: rgb(203,19,118); }

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

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

 a { background-color: rgb(203,19,118); }

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

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

 span { border-color: rgb(203,19,118); }

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