#cb4eab

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

Shades of Fuchsia #CB4EAB

Tints of Fuchsia #CB4EAB

Color information

#CB4EAB (or 0xCB4EAB) is unknown color: approx Fuchsia. HEX triplet: CB, 4E and AB. RGB value is (203,78,171). Sum of RGB (Red+Green+Blue) = 203+78+171=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4EAB is #34B154. Grayscale: #7D7D7D. Windows color (decimal): -3453269 or 11226827. OLE color: 11226827.

HSL color Cylindrical-coordinate representation of color #CB4EAB: hue angle of 315.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4EAB is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20378171-
CMYK00.620.160.20
HSL315.36º54.59%55.1%-
HSV(B)315.36º61.58%79.61%-
XYZ34.721.0940.77-
YUV125.98153.41182.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=44.91%
G=17.26%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037817100.620.160.20315.3654.5955.1
HexCB4EAB03E101413b3737
Octal31311625307620244736767
Binary1100101110011101010101101111101000010100100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4eab; }

 p { color: rgb(203,78,171); }

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

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

 a { background-color: rgb(203,78,171); }

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

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

 span { border-color: rgb(203,78,171); }

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