#CB48AE

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

Shades of Fuchsia #CB48AE

Tints of Fuchsia #CB48AE

Color information

#CB48AE (or 0xCB48AE) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and AE. RGB value is (203,72,174). Sum of RGB (Red+Green+Blue) = 203+72+174=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48AE is #34B751. Grayscale: #7A7A7A. Windows color (decimal): -3454802 or 11421899. OLE color: 11421899.

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

Color convert

RGB20372174-
CMYK00.650.140.20
HSL313.28º55.74%53.92%-
HSV(B)313.28º64.53%79.61%-
XYZ34.5920.3942.16-
YUV122.8156.9185.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=45.21%
G=16.04%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037217400.650.140.20313.2855.7453.92
HexCB48AE041E141393836
Octal313110256010116244717066
Binary1100101110010001010111001000001111010100100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48AE; }

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

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

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

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

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

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

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

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