#CB48AA

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

Shades of Fuchsia #CB48AA

Tints of Fuchsia #CB48AA

Color information

#CB48AA (or 0xCB48AA) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and AA. RGB value is (203,72,170). Sum of RGB (Red+Green+Blue) = 203+72+170=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48AA is #34B755. Grayscale: #7A7A7A. Windows color (decimal): -3454806 or 11159755. OLE color: 11159755.

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

Color convert

RGB20372170-
CMYK00.650.160.20
HSL315.11º55.74%53.92%-
HSV(B)315.11º64.53%79.61%-
XYZ34.220.2340.13-
YUV122.34154.9185.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=45.62%
G=16.18%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037217000.650.160.20315.1155.7453.92
HexCB48AA041101413b3836
Octal313110252010120244737066
Binary11001011100100010101010010000011000010100100111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48AA; }

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

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

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

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

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

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

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

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