#CC61B9

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

Shades of Fuchsia #CC61B9

Tints of Fuchsia #CC61B9

Color information

#CC61B9 (or 0xCC61B9) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and B9. RGB value is (204,97,185). Sum of RGB (Red+Green+Blue) = 204+97+185=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61B9 is #339E46. Grayscale: #8A8A8A. Windows color (decimal): -3382855 or 12149196. OLE color: 12149196.

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

Color convert

RGB20497185-
CMYK00.520.090.2
HSL310.65º51.2%59.02%-
HSV(B)310.65º52.45%80%-
XYZ37.9324.8948.7-
YUV139.02153.95174.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=41.98%
G=19.96%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049718500.520.090.2310.6551.259.02
HexCC61B9034914137333b
Octal31414127106411244676373
Binary110011001100001101110010110100100110100100110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61B9; }

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

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

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

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

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

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

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

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