#CC58B1

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

Shades of Fuchsia #CC58B1

Tints of Fuchsia #CC58B1

Color information

#CC58B1 (or 0xCC58B1) is unknown color: approx Fuchsia. HEX triplet: CC, 58 and B1. RGB value is (204,88,177). Sum of RGB (Red+Green+Blue) = 204+88+177=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58B1 is #33A74E. Grayscale: #848484. Windows color (decimal): -3385167 or 11622604. OLE color: 11622604.

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

Color convert

RGB20488177-
CMYK00.570.130.2
HSL313.97º53.21%57.25%-
HSV(B)313.97º56.86%80%-
XYZ36.3322.9944.12-
YUV132.83152.93178.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=43.50%
G=18.76%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048817700.570.130.2313.9753.2157.25
HexCC58B1039D1413a3539
Octal31413026107115244726571
Binary110011001011000101100010111001110110100100111010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC58B1; }

 p { color: rgb(204,88,177); }

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

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

 a { background-color: rgb(204,88,177); }

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

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

 span { border-color: rgb(204,88,177); }

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