#C071C7

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

Shades of Fuchsia #C071C7

Tints of Fuchsia #C071C7

Color information

#C071C7 (or 0xC071C7) is unknown color: approx Fuchsia. HEX triplet: C0, 71 and C7. RGB value is (192,113,199). Sum of RGB (Red+Green+Blue) = 192+113+199=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #C071C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071C7 is #3F8E38. Grayscale: #929292. Windows color (decimal): -4165177 or 13070784. OLE color: 13070784.

HSL color Cylindrical-coordinate representation of color #C071C7: hue angle of 295.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C071C7 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192113199-
CMYK0.040.4300.22
HSL295.12º43.43%61.18%-
HSV(B)295.12º43.22%78.04%-
XYZ37.9527.1457.27-
YUV146.43157.67160.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=38.10%
G=22.42%
B=39.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921131990.040.4300.22295.1243.4361.18
HexC071C742B0161272b3d
Octal3001613074530264475375
Binary11000000111000111000111100101011010110100100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071C7; }

 p { color: rgb(192,113,199); }

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

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

 a { background-color: rgb(192,113,199); }

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

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

 span { border-color: rgb(192,113,199); }

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