#CB57C9

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

Shades of Fuchsia #CB57C9

Tints of Fuchsia #CB57C9

Color information

#CB57C9 (or 0xCB57C9) is unknown color: approx Fuchsia. HEX triplet: CB, 57 and C9. RGB value is (203,87,201). Sum of RGB (Red+Green+Blue) = 203+87+201=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57C9 is #34A836. Grayscale: #868686. Windows color (decimal): -3450935 or 13195211. OLE color: 13195211.

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

Color convert

RGB20387201-
CMYK00.570.010.20
HSL301.03º52.73%56.86%-
HSV(B)301.03º57.14%79.61%-
XYZ38.5823.7357.81-
YUV134.68165.43176.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=41.34%
G=17.72%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038720100.570.010.20301.0352.7356.86
HexCB57C903911412d3539
Octal3131273110711244556571
Binary110010111010111110010010111001110100100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB57C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB57C9; }

 p { color: rgb(203,87,201); }

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

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

 a { background-color: rgb(203,87,201); }

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

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

 span { border-color: rgb(203,87,201); }

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