#CB0D99

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

Shades of Medium Violet Red #CB0D99

Tints of Medium Violet Red #CB0D99

Color information

#CB0D99 (or 0xCB0D99) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0D and 99. RGB value is (203,13,153). Sum of RGB (Red+Green+Blue) = 203+13+153=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0D99 is #34F266. Grayscale: #555555. Windows color (decimal): -3469927 or 10030539. OLE color: 10030539.

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

Color convert

RGB20313153-
CMYK00.940.250.20
HSL315.79º87.96%42.35%-
HSV(B)315.79º93.6%79.61%-
XYZ30.5215.2831.48-
YUV85.77165.95211.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=55.01%
G=3.52%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031315300.940.250.20315.7987.9642.35
HexCBD9905E191413c582a
Octal313152310136312447413052
Binary110010111101100110010101111011001101001001111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0D99; }

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

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

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

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

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

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

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

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