#C071C1

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

Shades of Fuchsia #C071C1

Tints of Fuchsia #C071C1

Color information

#C071C1 (or 0xC071C1) is unknown color: approx Fuchsia. HEX triplet: C0, 71 and C1. RGB value is (192,113,193). Sum of RGB (Red+Green+Blue) = 192+113+193=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #C071C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071C1 is #3F8E3E. Grayscale: #919191. Windows color (decimal): -4165183 or 12677568. OLE color: 12677568.

HSL color Cylindrical-coordinate representation of color #C071C1: hue angle of 299.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071C1 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192113193-
CMYK0.010.4100.24
HSL299.25º39.22%60%-
HSV(B)299.25º41.45%75.69%-
XYZ37.2726.8753.67-
YUV145.74154.67161-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=38.55%
G=22.69%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921131930.010.4100.24299.2539.2260
HexC071C112901812b273c
Octal3001613011510304534774
Binary110000001110001110000011101001011000100101011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071C1; }

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

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

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

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

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

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

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

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