#C470B0

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

Shades of Fuchsia #C470B0

Tints of Fuchsia #C470B0

Color information

#C470B0 (or 0xC470B0) is unknown color: approx Fuchsia. HEX triplet: C4, 70 and B0. RGB value is (196,112,176). Sum of RGB (Red+Green+Blue) = 196+112+176=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C470B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470B0 is #3B8F4F. Grayscale: #909090. Windows color (decimal): -3903312 or 11563204. OLE color: 11563204.

HSL color Cylindrical-coordinate representation of color #C470B0: hue angle of 314.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470B0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196112176-
CMYK00.430.100.23
HSL314.29º41.58%60.39%-
HSV(B)314.29º42.86%76.86%-
XYZ36.426.4644.26-
YUV144.41145.83164.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=40.50%
G=23.14%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611217600.430.100.23314.2941.5860.39
HexC470B002BA1713a2a3c
Octal30416026005312274725274
Binary110001001110000101100000101011101010111100111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470B0; }

 p { color: rgb(196,112,176); }

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

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

 a { background-color: rgb(196,112,176); }

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

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

 span { border-color: rgb(196,112,176); }

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