#CC61C7

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

Shades of Fuchsia #CC61C7

Tints of Fuchsia #CC61C7

Color information

#CC61C7 (or 0xCC61C7) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and C7. RGB value is (204,97,199). Sum of RGB (Red+Green+Blue) = 204+97+199=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C7 is #339E38. Grayscale: #8C8C8C. Windows color (decimal): -3382841 or 13066700. OLE color: 13066700.

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

Color convert

RGB20497199-
CMYK00.520.020.2
HSL302.8º51.2%59.02%-
HSV(B)302.8º52.45%80%-
XYZ39.4925.5156.88-
YUV140.62160.95173.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=40.8%
G=19.4%
B=39.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049719900.520.020.2302.851.259.02
HexCC61C703421412f333b
Octal3141413070642244576373
Binary1100110011000011100011101101001010100100101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61C7; }

 p { color: rgb(204,97,199); }

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

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

 a { background-color: rgb(204,97,199); }

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

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

 span { border-color: rgb(204,97,199); }

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