#CC71B3

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

Shades of Fuchsia #CC71B3

Tints of Fuchsia #CC71B3

Color information

#CC71B3 (or 0xCC71B3) is unknown color: approx Fuchsia. HEX triplet: CC, 71 and B3. RGB value is (204,113,179). Sum of RGB (Red+Green+Blue) = 204+113+179=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71B3 is #338E4C. Grayscale: #939393. Windows color (decimal): -3378765 or 11760076. OLE color: 11760076.

HSL color Cylindrical-coordinate representation of color #CC71B3: hue angle of 316.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71B3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204113179-
CMYK00.450.120.2
HSL316.48º47.15%62.16%-
HSV(B)316.48º44.61%80%-
XYZ38.9427.945.98-
YUV147.73145.65168.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=41.13%
G=22.78%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411317900.450.120.2316.4847.1562.16
HexCC71B302DC1413c2f3e
Octal31416126305514244745776
Binary110011001110001101100110101101110010100100111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71B3; }

 p { color: rgb(204,113,179); }

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

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

 a { background-color: rgb(204,113,179); }

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

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

 span { border-color: rgb(204,113,179); }

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