#CB55C3

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

Shades of Fuchsia #CB55C3

Tints of Fuchsia #CB55C3

Color information

#CB55C3 (or 0xCB55C3) is unknown color: approx Fuchsia. HEX triplet: CB, 55 and C3. RGB value is (203,85,195). Sum of RGB (Red+Green+Blue) = 203+85+195=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55C3 is #34AA3C. Grayscale: #848484. Windows color (decimal): -3451453 or 12801483. OLE color: 12801483.

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

Color convert

RGB20385195-
CMYK00.580.040.20
HSL304.07º53.15%56.47%-
HSV(B)304.07º58.13%79.61%-
XYZ37.7323.1354.11-
YUV132.82163.09178.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=42.03%
G=17.60%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038519500.580.040.20304.0753.1556.47
HexCB55C303A4141303538
Octal3131253030724244606570
Binary11001011101010111000011011101010010100100110000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB55C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB55C3; }

 p { color: rgb(203,85,195); }

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

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

 a { background-color: rgb(203,85,195); }

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

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

 span { border-color: rgb(203,85,195); }

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