#CB49AA

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

Shades of Fuchsia #CB49AA

Tints of Fuchsia #CB49AA

Color information

#CB49AA (or 0xCB49AA) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and AA. RGB value is (203,73,170). Sum of RGB (Red+Green+Blue) = 203+73+170=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AA is #34B655. Grayscale: #7A7A7A. Windows color (decimal): -3454550 or 11160011. OLE color: 11160011.

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

Color convert

RGB20373170-
CMYK00.640.160.20
HSL315.23º55.56%54.12%-
HSV(B)315.23º64.04%79.61%-
XYZ34.2720.3640.15-
YUV122.93154.57185.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 73 (28.91% from 255) = 16.37%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=45.52%
G=16.37%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037317000.640.160.20315.2355.5654.12
HexCB49AA040101413b3836
Octal313111252010020244737066
Binary11001011100100110101010010000001000010100100111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49AA; }

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

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

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

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

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

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

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

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