#CC6AC0

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

Shades of Fuchsia #CC6AC0

Tints of Fuchsia #CC6AC0

Color information

#CC6AC0 (or 0xCC6AC0) is unknown color: approx Fuchsia. HEX triplet: CC, 6A and C0. RGB value is (204,106,192). Sum of RGB (Red+Green+Blue) = 204+106+192=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AC0 is #33953F. Grayscale: #909090. Windows color (decimal): -3380544 or 12610252. OLE color: 12610252.

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

Color convert

RGB204106192-
CMYK00.480.060.2
HSL307.35º49%60.78%-
HSV(B)307.35º48.04%80%-
XYZ39.5726.9552.99-
YUV145.11154.47170.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=40.64%
G=21.12%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410619200.480.060.2307.354960.78
HexCC6AC0030614133313d
Octal3141523000606244636175
Binary11001100110101011000000011000011010100100110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AC0; }

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

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

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

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

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

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

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

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