#CC61BC

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

Shades of Fuchsia #CC61BC

Tints of Fuchsia #CC61BC

Color information

#CC61BC (or 0xCC61BC) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and BC. RGB value is (204,97,188). Sum of RGB (Red+Green+Blue) = 204+97+188=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61BC is #339E43. Grayscale: #8B8B8B. Windows color (decimal): -3382852 or 12345804. OLE color: 12345804.

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

Color convert

RGB20497188-
CMYK00.520.080.2
HSL308.97º51.2%59.02%-
HSV(B)308.97º52.45%80%-
XYZ38.2525.0250.39-
YUV139.37155.45174.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=41.72%
G=19.84%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049718800.520.080.2308.9751.259.02
HexCC61BC034814135333b
Octal31414127406410244656373
Binary110011001100001101111000110100100010100100110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61BC; }

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

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

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

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

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

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

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

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