#C071B3

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

Shades of Fuchsia #C071B3

Tints of Fuchsia #C071B3

Color information

#C071B3 (or 0xC071B3) is unknown color: approx Fuchsia. HEX triplet: C0, 71 and B3. RGB value is (192,113,179). Sum of RGB (Red+Green+Blue) = 192+113+179=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071B3 is #3F8E4C. Grayscale: #8F8F8F. Windows color (decimal): -4165197 or 11760064. OLE color: 11760064.

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

Color convert

RGB192113179-
CMYK00.410.070.25
HSL309.87º38.54%59.8%-
HSV(B)309.87º41.15%75.29%-
XYZ35.7826.2745.83-
YUV144.15147.67162.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=39.67%
G=23.35%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211317900.410.070.25309.8738.5459.8
HexC071B3029719136273c
Octal3001612630517314664774
Binary11000000111000110110011010100111111001100110110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071B3; }

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

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

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

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

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

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

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

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