#CB0292

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

Shades of Medium Violet Red #CB0292

Tints of Medium Violet Red #CB0292

Color information

#CB0292 (or 0xCB0292) is unknown color: approx Medium Violet Red. HEX triplet: CB, 02 and 92. RGB value is (203,2,146). Sum of RGB (Red+Green+Blue) = 203+2+146=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0292 is #34FD6D. Grayscale: #4E4E4E. Windows color (decimal): -3472750 or 9568971. OLE color: 9568971.

HSL color Cylindrical-coordinate representation of color #CB0292: hue angle of 317.01º 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 #CB0292 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB2032146-
CMYK00.990.280.20
HSL317.01º98.05%40.2%-
HSV(B)317.01º99.01%79.61%-
XYZ29.8414.8228.48-
YUV78.52166.09216.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=57.83%
G=0.57%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203214600.990.280.20317.0198.0540.2
HexCB2920631C1413d6228
Octal31322220143342447514250
Binary1100101110100100100110001111100101001001111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0292; }

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

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

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

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

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

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

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

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