#cb3ab0

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

Shades of Fuchsia #CB3AB0

Tints of Fuchsia #CB3AB0

Color information

#CB3AB0 (or 0xCB3AB0) is unknown color: approx Fuchsia. HEX triplet: CB, 3A and B0. RGB value is (203,58,176). Sum of RGB (Red+Green+Blue) = 203+58+176=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AB0 is #34C54F. Grayscale: #727272. Windows color (decimal): -3458384 or 11549387. OLE color: 11549387.

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

Color convert

RGB20358176-
CMYK00.710.130.20
HSL311.17º58.23%51.18%-
HSV(B)311.17º71.43%79.61%-
XYZ33.9818.8642.92-
YUV114.81162.54190.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=46.45%
G=13.27%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035817600.710.130.20311.1758.2351.18
HexCB3AB0047D141373a33
Octal31372260010715244677263
Binary110010111110101011000001000111110110100100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3ab0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3ab0; }

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

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

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

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

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

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

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

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