#CC61B5

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

Shades of Fuchsia #CC61B5

Tints of Fuchsia #CC61B5

Color information

#CC61B5 (or 0xCC61B5) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and B5. RGB value is (204,97,181). Sum of RGB (Red+Green+Blue) = 204+97+181=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61B5 is #339E4A. Grayscale: #8A8A8A. Windows color (decimal): -3382859 or 11887052. OLE color: 11887052.

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

Color convert

RGB20497181-
CMYK00.520.110.2
HSL312.9º51.2%59.02%-
HSV(B)312.9º52.45%80%-
XYZ37.5224.7246.51-
YUV138.57151.95174.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=42.32%
G=20.12%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049718100.520.110.2312.951.259.02
HexCC61B5034B14139333b
Octal31414126506413244716373
Binary110011001100001101101010110100101110100100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61B5; }

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

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

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

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

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

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

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

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