#CB49AC

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

Shades of Fuchsia #CB49AC

Tints of Fuchsia #CB49AC

Color information

#CB49AC (or 0xCB49AC) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and AC. RGB value is (203,73,172). Sum of RGB (Red+Green+Blue) = 203+73+172=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AC is #34B653. Grayscale: #7A7A7A. Windows color (decimal): -3454548 or 11291083. OLE color: 11291083.

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

Color convert

RGB20373172-
CMYK00.640.150.20
HSL314.31º55.56%54.12%-
HSV(B)314.31º64.04%79.61%-
XYZ34.4620.4441.16-
YUV123.16155.57184.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=45.31%
G=16.29%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037317200.640.150.20314.3155.5654.12
HexCB49AC040F1413a3836
Octal313111254010017244727066
Binary1100101110010011010110001000000111110100100111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49AC; }

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

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

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

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

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

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

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

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