#CB48B9

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

Shades of Fuchsia #CB48B9

Tints of Fuchsia #CB48B9

Color information

#CB48B9 (or 0xCB48B9) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and B9. RGB value is (203,72,185). Sum of RGB (Red+Green+Blue) = 203+72+185=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48B9 is #34B746. Grayscale: #7B7B7B. Windows color (decimal): -3454791 or 12142795. OLE color: 12142795.

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

Color convert

RGB20372185-
CMYK00.650.090.20
HSL308.24º55.74%53.92%-
HSV(B)308.24º64.53%79.61%-
XYZ35.720.8348.04-
YUV124.05162.4184.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 185 (72.66% from 255) = 40.22%
R=44.13%
G=15.65%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037218500.650.090.20308.2455.7453.92
HexCB48B90419141343836
Octal313110271010111244647066
Binary1100101110010001011100101000001100110100100110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48B9; }

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

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

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

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

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

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

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

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