#CB48B2

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

Shades of Fuchsia #CB48B2

Tints of Fuchsia #CB48B2

Color information

#CB48B2 (or 0xCB48B2) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and B2. RGB value is (203,72,178). Sum of RGB (Red+Green+Blue) = 203+72+178=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48B2 is #34B74D. Grayscale: #7A7A7A. Windows color (decimal): -3454798 or 11684043. OLE color: 11684043.

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

Color convert

RGB20372178-
CMYK00.650.120.20
HSL311.45º55.74%53.92%-
HSV(B)311.45º64.53%79.61%-
XYZ34.9820.5544.24-
YUV123.25158.9184.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=44.81%
G=15.89%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037217800.650.120.20311.4555.7453.92
HexCB48B2041C141373836
Octal313110262010114244677066
Binary1100101110010001011001001000001110010100100110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48B2; }

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

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

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

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

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

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

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

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