#CC70B2

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

Shades of Fuchsia #CC70B2

Tints of Fuchsia #CC70B2

Color information

#CC70B2 (or 0xCC70B2) is unknown color: approx Fuchsia. HEX triplet: CC, 70 and B2. RGB value is (204,112,178). Sum of RGB (Red+Green+Blue) = 204+112+178=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70B2 is #338F4D. Grayscale: #929292. Windows color (decimal): -3379022 or 11694284. OLE color: 11694284.

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

Color convert

RGB204112178-
CMYK00.450.130.2
HSL316.96º47.42%61.96%-
HSV(B)316.96º45.1%80%-
XYZ38.7327.6445.41-
YUV147.03145.48168.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=41.30%
G=22.67%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411217800.450.130.2316.9647.4261.96
HexCC70B202DD1413d2f3e
Octal31416026205515244755776
Binary110011001110000101100100101101110110100100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70B2; }

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

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

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

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

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

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

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

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