#CB50AA

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

Shades of Fuchsia #CB50AA

Tints of Fuchsia #CB50AA

Color information

#CB50AA (or 0xCB50AA) is unknown color: approx Fuchsia. HEX triplet: CB, 50 and AA. RGB value is (203,80,170). Sum of RGB (Red+Green+Blue) = 203+80+170=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AA is #34AF55. Grayscale: #7E7E7E. Windows color (decimal): -3452758 or 11161803. OLE color: 11161803.

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

Color convert

RGB20380170-
CMYK00.610.160.20
HSL316.1º54.19%55.49%-
HSV(B)316.1º60.59%79.61%-
XYZ34.7521.3440.32-
YUV127.04152.25182.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=44.81%
G=17.66%
B=37.53%

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
Decimal2038017000.610.160.20316.154.1955.49
HexCB50AA03D101413c3637
Octal31312025207520244746667
Binary1100101110100001010101001111011000010100100111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB50AA; }

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

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

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

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

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

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

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

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