#CB0687

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

Shades of Medium Violet Red #CB0687

Tints of Medium Violet Red #CB0687

Color information

#CB0687 (or 0xCB0687) is unknown color: approx Medium Violet Red. HEX triplet: CB, 06 and 87. RGB value is (203,6,135). Sum of RGB (Red+Green+Blue) = 203+6+135=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0687 is #34F978. Grayscale: #4F4F4F. Windows color (decimal): -3471737 or 8849099. OLE color: 8849099.

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

Color convert

RGB2036135-
CMYK00.970.330.20
HSL320.71º94.26%40.98%-
HSV(B)320.71º97.04%79.61%-
XYZ29.0714.5824.2-
YUV79.61159.27216.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.01%
GREEN value IS 6 (2.73% from 255) = 1.74%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=59.01%
G=1.74%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203613500.970.330.20320.7194.2640.98
HexCB68706121141415e29
Octal31362070141412450113651
Binary110010111101000011101100001100001101001010000011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0687; }

 p { color: rgb(203,6,135); }

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

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

 a { background-color: rgb(203,6,135); }

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

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

 span { border-color: rgb(203,6,135); }

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