#CB56C8

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

Shades of Fuchsia #CB56C8

Tints of Fuchsia #CB56C8

Color information

#CB56C8 (or 0xCB56C8) is unknown color: approx Fuchsia. HEX triplet: CB, 56 and C8. RGB value is (203,86,200). Sum of RGB (Red+Green+Blue) = 203+86+200=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56C8 is #34A937. Grayscale: #858585. Windows color (decimal): -3451192 or 13129419. OLE color: 13129419.

HSL color Cylindrical-coordinate representation of color #CB56C8: hue angle of 301.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB56C8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB20386200-
CMYK00.580.010.20
HSL301.54º52.94%56.67%-
HSV(B)301.54º57.64%79.61%-
XYZ38.3823.5257.16-
YUV133.98165.26177.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=41.51%
G=17.59%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038620000.580.010.20301.5452.9456.67
HexCB56C803A11412e3539
Octal3131263100721244566571
Binary110010111010110110010000111010110100100101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56C8; }

 p { color: rgb(203,86,200); }

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

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

 a { background-color: rgb(203,86,200); }

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

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

 span { border-color: rgb(203,86,200); }

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