#CC61CE

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

Shades of Fuchsia #CC61CE

Tints of Fuchsia #CC61CE

Color information

#CC61CE (or 0xCC61CE) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and CE. RGB value is (204,97,206). Sum of RGB (Red+Green+Blue) = 204+97+206=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CE is #339E31. Grayscale: #8D8D8D. Windows color (decimal): -3382834 or 13525452. OLE color: 13525452.

HSL color Cylindrical-coordinate representation of color #CC61CE: hue angle of 298.9º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC61CE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20497206-
CMYK0.010.5300.19
HSL298.9º52.66%59.41%-
HSV(B)298.9º52.91%80.78%-
XYZ40.3225.8461.26-
YUV141.42164.45172.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=40.24%
G=19.13%
B=40.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204972060.010.5300.19298.952.6659.41
HexCC61CE13501312b353b
Octal3141413161650234536573
Binary110011001100001110011101110101010011100101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61CE; }

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

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

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

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

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

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

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

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