#CB45B0

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

Shades of Fuchsia #CB45B0

Tints of Fuchsia #CB45B0

Color information

#CB45B0 (or 0xCB45B0) is unknown color: approx Fuchsia. HEX triplet: CB, 45 and B0. RGB value is (203,69,176). Sum of RGB (Red+Green+Blue) = 203+69+176=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB45B0 is #34BA4F. Grayscale: #787878. Windows color (decimal): -3455568 or 11552203. OLE color: 11552203.

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

Color convert

RGB20369176-
CMYK00.660.130.20
HSL312.09º56.3%53.33%-
HSV(B)312.09º66.01%79.61%-
XYZ34.5920.0943.13-
YUV121.26158.89186.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=45.31%
G=15.40%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036917600.660.130.20312.0956.353.33
HexCB45B0042D141383835
Octal313105260010215244707065
Binary1100101110001011011000001000010110110100100111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB45B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB45B0; }

 p { color: rgb(203,69,176); }

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

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

 a { background-color: rgb(203,69,176); }

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

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

 span { border-color: rgb(203,69,176); }

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