#CB50AD

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

Shades of Fuchsia #CB50AD

Tints of Fuchsia #CB50AD

Color information

#CB50AD (or 0xCB50AD) is unknown color: approx Fuchsia. HEX triplet: CB, 50 and AD. RGB value is (203,80,173). Sum of RGB (Red+Green+Blue) = 203+80+173=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AD is #34AF52. Grayscale: #7F7F7F. Windows color (decimal): -3452755 or 11358411. OLE color: 11358411.

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

Color convert

RGB20380173-
CMYK00.610.150.20
HSL314.63º54.19%55.49%-
HSV(B)314.63º60.59%79.61%-
XYZ35.0421.4541.83-
YUV127.38153.75181.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=44.52%
G=17.54%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038017300.610.150.20314.6354.1955.49
HexCB50AD03DF1413b3637
Octal31312025507517244736667
Binary110010111010000101011010111101111110100100111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB50AD; }

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

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

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

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

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

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

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

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