#CC5FC1

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

Shades of Fuchsia #CC5FC1

Tints of Fuchsia #CC5FC1

Color information

#CC5FC1 (or 0xCC5FC1) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and C1. RGB value is (204,95,193). Sum of RGB (Red+Green+Blue) = 204+95+193=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FC1 is #33A03E. Grayscale: #8A8A8A. Windows color (decimal): -3383359 or 12672972. OLE color: 12672972.

HSL color Cylindrical-coordinate representation of color #CC5FC1: hue angle of 306.06º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FC1 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB20495193-
CMYK00.530.050.2
HSL306.06º51.66%58.63%-
HSV(B)306.06º53.43%80%-
XYZ38.6224.8753.22-
YUV138.76158.61174.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=41.46%
G=19.31%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049519300.530.050.2306.0651.6658.63
HexCC5FC1035514132343b
Octal3141373010655244626473
Binary11001100101111111000001011010110110100100110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FC1; }

 p { color: rgb(204,95,193); }

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

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

 a { background-color: rgb(204,95,193); }

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

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

 span { border-color: rgb(204,95,193); }

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