#CB57BC

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

Shades of Fuchsia #CB57BC

Tints of Fuchsia #CB57BC

Color information

#CB57BC (or 0xCB57BC) is unknown color: approx Fuchsia. HEX triplet: CB, 57 and BC. RGB value is (203,87,188). Sum of RGB (Red+Green+Blue) = 203+87+188=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57BC is #34A843. Grayscale: #848484. Windows color (decimal): -3450948 or 12343243. OLE color: 12343243.

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

Color convert

RGB20387188-
CMYK00.570.070.20
HSL307.76º52.73%56.86%-
HSV(B)307.76º57.14%79.61%-
XYZ37.1123.1450.09-
YUV133.2158.93177.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 87 (34.38% from 255) = 18.20%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=42.47%
G=18.20%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038718800.570.070.20307.7652.7356.86
HexCB57BC0397141343539
Octal3131272740717244646571
Binary11001011101011110111100011100111110100100110100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB57BC; }

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

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

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

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

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

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

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

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