#CB2082

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

Shades of Medium Violet Red #CB2082

Tints of Medium Violet Red #CB2082

Color information

#CB2082 (or 0xCB2082) is unknown color: approx Medium Violet Red. HEX triplet: CB, 20 and 82. RGB value is (203,32,130). Sum of RGB (Red+Green+Blue) = 203+32+130=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2082 is #34DF7D. Grayscale: #5E5E5E. Windows color (decimal): -3465086 or 8528075. OLE color: 8528075.

HSL color Cylindrical-coordinate representation of color #CB2082: hue angle of 325.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2082 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20332130-
CMYK00.840.360.20
HSL325.61º72.77%46.08%-
HSV(B)325.61º84.24%79.61%-
XYZ29.1715.3422.54-
YUV94.3148.15205.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=55.62%
G=8.77%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033213000.840.360.20325.6172.7746.08
HexCB20820542414146492e
Octal313402020124442450611156
Binary110010111000001000001001010100100100101001010001101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2082; }

 p { color: rgb(203,32,130); }

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

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

 a { background-color: rgb(203,32,130); }

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

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

 span { border-color: rgb(203,32,130); }

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