#CC6AC1

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

Shades of Fuchsia #CC6AC1

Tints of Fuchsia #CC6AC1

Color information

#CC6AC1 (or 0xCC6AC1) is unknown color: approx Fuchsia. HEX triplet: CC, 6A and C1. RGB value is (204,106,193). Sum of RGB (Red+Green+Blue) = 204+106+193=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AC1 is #33953E. Grayscale: #909090. Windows color (decimal): -3380543 or 12675788. OLE color: 12675788.

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

Color convert

RGB204106193-
CMYK00.480.050.2
HSL306.73º49%60.78%-
HSV(B)306.73º48.04%80%-
XYZ39.682753.57-
YUV145.22154.97169.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=40.56%
G=21.07%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410619300.480.050.2306.734960.78
HexCC6AC1030514133313d
Octal3141523010605244636175
Binary11001100110101011000001011000010110100100110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AC1; }

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

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

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

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

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

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

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

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