#CB49BA

Color #CB49BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB49BA

Tints of Fuchsia #CB49BA

Color information

#CB49BA (or 0xCB49BA) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and BA. RGB value is (203,73,186). Sum of RGB (Red+Green+Blue) = 203+73+186=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BA is #34B645. Grayscale: #7C7C7C. Windows color (decimal): -3454534 or 12208587. OLE color: 12208587.

HSL color Cylindrical-coordinate representation of color #CB49BA: hue angle of 307.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB49BA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB20373186-
CMYK00.640.080.20
HSL307.85º55.56%54.12%-
HSV(B)307.85º64.04%79.61%-
XYZ35.8721.0148.62-
YUV124.75162.57183.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=43.94%
G=15.80%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037318600.640.080.20307.8555.5654.12
HexCB49BA0408141343836
Octal313111272010010244647066
Binary1100101110010011011101001000000100010100100110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49BA; }

 p { color: rgb(203,73,186); }

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

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

 a { background-color: rgb(203,73,186); }

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

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

 span { border-color: rgb(203,73,186); }

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