#CB53B7

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

Shades of Fuchsia #CB53B7

Tints of Fuchsia #CB53B7

Color information

#CB53B7 (or 0xCB53B7) is unknown color: approx Fuchsia. HEX triplet: CB, 53 and B7. RGB value is (203,83,183). Sum of RGB (Red+Green+Blue) = 203+83+183=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53B7 is #34AC48. Grayscale: #828282. Windows color (decimal): -3451977 or 12014539. OLE color: 12014539.

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

Color convert

RGB20383183-
CMYK00.590.100.20
HSL310º53.57%56.08%-
HSV(B)310º59.11%79.61%-
XYZ36.2722.347.19-
YUV130.28157.76179.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=43.28%
G=17.70%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038318300.590.100.2031053.5756.08
HexCB53B703BA141363638
Octal31312326707312244666670
Binary110010111010011101101110111011101010100100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53B7; }

 p { color: rgb(203,83,183); }

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

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

 a { background-color: rgb(203,83,183); }

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

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

 span { border-color: rgb(203,83,183); }

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