#CC58BC

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

Shades of Fuchsia #CC58BC

Tints of Fuchsia #CC58BC

Color information

#CC58BC (or 0xCC58BC) is unknown color: approx Fuchsia. HEX triplet: CC, 58 and BC. RGB value is (204,88,188). Sum of RGB (Red+Green+Blue) = 204+88+188=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58BC is #33A743. Grayscale: #858585. Windows color (decimal): -3385156 or 12343500. OLE color: 12343500.

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

Color convert

RGB20488188-
CMYK00.570.080.2
HSL308.28º53.21%57.25%-
HSV(B)308.28º56.86%80%-
XYZ37.4723.4550.13-
YUV134.08158.43177.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=42.5%
G=18.33%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048818800.570.080.2308.2853.2157.25
HexCC58BC0398141343539
Octal31413027407110244646571
Binary110011001011000101111000111001100010100100110100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC58BC; }

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

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

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

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

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

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

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

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