#CB49AF

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

Shades of Fuchsia #CB49AF

Tints of Fuchsia #CB49AF

Color information

#CB49AF (or 0xCB49AF) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and AF. RGB value is (203,73,175). Sum of RGB (Red+Green+Blue) = 203+73+175=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AF is #34B650. Grayscale: #7B7B7B. Windows color (decimal): -3454545 or 11487691. OLE color: 11487691.

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

Color convert

RGB20373175-
CMYK00.640.140.20
HSL312.92º55.56%54.12%-
HSV(B)312.92º64.04%79.61%-
XYZ34.7520.5642.69-
YUV123.5157.07184.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 73 (28.91% from 255) = 16.19%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=45.01%
G=16.19%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037317500.640.140.20312.9255.5654.12
HexCB49AF040E141393836
Octal313111257010016244717066
Binary1100101110010011010111101000000111010100100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49AF; }

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

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

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

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

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

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

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

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