#CB3AB1

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

Shades of Fuchsia #CB3AB1

Tints of Fuchsia #CB3AB1

Color information

#CB3AB1 (or 0xCB3AB1) is unknown color: approx Fuchsia. HEX triplet: CB, 3A and B1. RGB value is (203,58,177). Sum of RGB (Red+Green+Blue) = 203+58+177=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AB1 is #34C54E. Grayscale: #727272. Windows color (decimal): -3458383 or 11614923. OLE color: 11614923.

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

Color convert

RGB20358177-
CMYK00.710.130.20
HSL310.76º58.23%51.18%-
HSV(B)310.76º71.43%79.61%-
XYZ34.0818.943.45-
YUV114.92163.04190.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=46.35%
G=13.24%
B=40.41%

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
Decimal2035817700.710.130.20310.7658.2351.18
HexCB3AB1047D141373a33
Octal31372261010715244677263
Binary110010111110101011000101000111110110100100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3AB1; }

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

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

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

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

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

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

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

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