#C470B7

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

Shades of Fuchsia #C470B7

Tints of Fuchsia #C470B7

Color information

#C470B7 (or 0xC470B7) is unknown color: approx Fuchsia. HEX triplet: C4, 70 and B7. RGB value is (196,112,183). Sum of RGB (Red+Green+Blue) = 196+112+183=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C470B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470B7 is #3B8F48. Grayscale: #919191. Windows color (decimal): -3903305 or 12021956. OLE color: 12021956.

HSL color Cylindrical-coordinate representation of color #C470B7: hue angle of 309.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 #C470B7 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196112183-
CMYK00.430.070.23
HSL309.29º41.58%60.39%-
HSV(B)309.29º42.86%76.86%-
XYZ37.1126.7448.01-
YUV145.21149.33164.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=39.92%
G=22.81%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611218300.430.070.23309.2941.5860.39
HexC470B702B7171352a3c
Octal3041602670537274655274
Binary11000100111000010110111010101111110111100110101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470B7; }

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

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

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

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

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

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

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

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