#CB50AB

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

Shades of Fuchsia #CB50AB

Tints of Fuchsia #CB50AB

Color information

#CB50AB (or 0xCB50AB) is unknown color: approx Fuchsia. HEX triplet: CB, 50 and AB. RGB value is (203,80,171). Sum of RGB (Red+Green+Blue) = 203+80+171=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AB is #34AF54. Grayscale: #7E7E7E. Windows color (decimal): -3452757 or 11227339. OLE color: 11227339.

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

Color convert

RGB20380171-
CMYK00.610.160.20
HSL315.61º54.19%55.49%-
HSV(B)315.61º60.59%79.61%-
XYZ34.8521.3740.82-
YUV127.15152.75182.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=44.71%
G=17.62%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038017100.610.160.20315.6154.1955.49
HexCB50AB03D101413c3637
Octal31312025307520244746667
Binary1100101110100001010101101111011000010100100111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB50AB; }

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

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

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

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

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

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

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

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