#CC61B4

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

Shades of Fuchsia #CC61B4

Tints of Fuchsia #CC61B4

Color information

#CC61B4 (or 0xCC61B4) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and B4. RGB value is (204,97,180). Sum of RGB (Red+Green+Blue) = 204+97+180=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61B4 is #339E4B. Grayscale: #8A8A8A. Windows color (decimal): -3382860 or 11821516. OLE color: 11821516.

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

Color convert

RGB20497180-
CMYK00.520.120.2
HSL313.46º51.2%59.02%-
HSV(B)313.46º52.45%80%-
XYZ37.4124.6845.97-
YUV138.46151.45174.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=42.41%
G=20.17%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049718000.520.120.2313.4651.259.02
HexCC61B4034C14139333b
Octal31414126406414244716373
Binary110011001100001101101000110100110010100100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61B4; }

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

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

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

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

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

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

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

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