#CB2680

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

Shades of Medium Violet Red #CB2680

Tints of Medium Violet Red #CB2680

Color information

#CB2680 (or 0xCB2680) is unknown color: approx Medium Violet Red. HEX triplet: CB, 26 and 80. RGB value is (203,38,128). Sum of RGB (Red+Green+Blue) = 203+38+128=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2680 is #34D97F. Grayscale: #616161. Windows color (decimal): -3463552 or 8398539. OLE color: 8398539.

HSL color Cylindrical-coordinate representation of color #CB2680: hue angle of 327.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2680 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB20338128-
CMYK00.810.370.20
HSL327.27º68.46%47.25%-
HSV(B)327.27º81.28%79.61%-
XYZ29.2215.6421.9-
YUV97.59145.16203.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=55.01%
G=10.30%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033812800.810.370.20327.2768.4647.25
HexCB26800512514147442f
Octal313462000121452450710457
Binary110010111001101000000001010001100101101001010001111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2680; }

 p { color: rgb(203,38,128); }

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

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

 a { background-color: rgb(203,38,128); }

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

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

 span { border-color: rgb(203,38,128); }

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