#CB0299

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

Shades of Medium Violet Red #CB0299

Tints of Medium Violet Red #CB0299

Color information

#CB0299 (or 0xCB0299) is unknown color: approx Medium Violet Red. HEX triplet: CB, 02 and 99. RGB value is (203,2,153). Sum of RGB (Red+Green+Blue) = 203+2+153=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0299 is #34FD66. Grayscale: #4E4E4E. Windows color (decimal): -3472743 or 10027723. OLE color: 10027723.

HSL color Cylindrical-coordinate representation of color #CB0299: hue angle of 314.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0299 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB2032153-
CMYK00.990.250.20
HSL314.93º98.05%40.2%-
HSV(B)314.93º99.01%79.61%-
XYZ30.415.0431.44-
YUV79.31169.59216.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=56.70%
G=0.56%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203215300.990.250.20314.9398.0540.2
HexCB299063191413b6228
Octal31322310143312447314250
Binary1100101110100110010110001111001101001001110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0299; }

 p { color: rgb(203,2,153); }

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

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

 a { background-color: rgb(203,2,153); }

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

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

 span { border-color: rgb(203,2,153); }

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