#CB0E85

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

Shades of Medium Violet Red #CB0E85

Tints of Medium Violet Red #CB0E85

Color information

#CB0E85 (or 0xCB0E85) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0E and 85. RGB value is (203,14,133). Sum of RGB (Red+Green+Blue) = 203+14+133=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0E85 is #34F17A. Grayscale: #535353. Windows color (decimal): -3469691 or 8720075. OLE color: 8720075.

HSL color Cylindrical-coordinate representation of color #CB0E85: hue angle of 322.22º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0E85 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB20314133-
CMYK00.930.340.20
HSL322.22º87.1%42.55%-
HSV(B)322.22º93.1%79.61%-
XYZ29.0214.723.5-
YUV84.08155.62212.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 14 (5.86% from 255) = 4%
BLUE value IS 133 (52.34% from 255) = 38%
R=58%
G=4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031413300.930.340.20322.2287.142.55
HexCBE8505D2214142572b
Octal313162050135422450212753
Binary1100101111101000010101011101100010101001010000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E85; }

 p { color: rgb(203,14,133); }

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

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

 a { background-color: rgb(203,14,133); }

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

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

 span { border-color: rgb(203,14,133); }

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