#CB48B7

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

Shades of Fuchsia #CB48B7

Tints of Fuchsia #CB48B7

Color information

#CB48B7 (or 0xCB48B7) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and B7. RGB value is (203,72,183). Sum of RGB (Red+Green+Blue) = 203+72+183=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48B7 is #34B748. Grayscale: #7B7B7B. Windows color (decimal): -3454793 or 12011723. OLE color: 12011723.

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

Color convert

RGB20372183-
CMYK00.650.100.20
HSL309.16º55.74%53.92%-
HSV(B)309.16º64.53%79.61%-
XYZ35.4920.7546.93-
YUV123.82161.4184.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=44.32%
G=15.72%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037218300.650.100.20309.1655.7453.92
HexCB48B7041A141353836
Octal313110267010112244657066
Binary1100101110010001011011101000001101010100100110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48B7; }

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

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

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

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

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

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

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

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