#CC70B6

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

Shades of Fuchsia #CC70B6

Tints of Fuchsia #CC70B6

Color information

#CC70B6 (or 0xCC70B6) is unknown color: approx Fuchsia. HEX triplet: CC, 70 and B6. RGB value is (204,112,182). Sum of RGB (Red+Green+Blue) = 204+112+182=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70B6 is #338F49. Grayscale: #939393. Windows color (decimal): -3379018 or 11956428. OLE color: 11956428.

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

Color convert

RGB204112182-
CMYK00.450.110.2
HSL314.35º47.42%61.96%-
HSV(B)314.35º45.1%80%-
XYZ39.1427.847.56-
YUV147.49147.48168.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=40.96%
G=22.49%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411218200.450.110.2314.3547.4261.96
HexCC70B602DB1413a2f3e
Octal31416026605513244725776
Binary110011001110000101101100101101101110100100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70B6; }

 p { color: rgb(204,112,182); }

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

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

 a { background-color: rgb(204,112,182); }

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

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

 span { border-color: rgb(204,112,182); }

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