#CB298E

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

Shades of Medium Red Violet #CB298E

Tints of Medium Red Violet #CB298E

Color information

#CB298E (or 0xCB298E) is unknown color: approx Medium Red Violet. HEX triplet: CB, 29 and 8E. RGB value is (203,41,142). Sum of RGB (Red+Green+Blue) = 203+41+142=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB298E is #34D671. Grayscale: #646464. Windows color (decimal): -3462770 or 9316811. OLE color: 9316811.

HSL color Cylindrical-coordinate representation of color #CB298E: hue angle of 322.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB298E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20341142-
CMYK00.800.300.20
HSL322.59º66.39%47.84%-
HSV(B)322.59º79.8%79.61%-
XYZ30.316.2427.13-
YUV100.95151.17200.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=52.59%
G=10.62%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034114200.800.300.20322.5966.3947.84
HexCB298E0501E141434230
Octal313512160120362450310260
Binary11001011101001100011100101000011110101001010000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB298E; }

 p { color: rgb(203,41,142); }

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

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

 a { background-color: rgb(203,41,142); }

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

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

 span { border-color: rgb(203,41,142); }

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