#C271BC

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

Shades of Fuchsia #C271BC

Tints of Fuchsia #C271BC

Color information

#C271BC (or 0xC271BC) is unknown color: approx Fuchsia. HEX triplet: C2, 71 and BC. RGB value is (194,113,188). Sum of RGB (Red+Green+Blue) = 194+113+188=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C271BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271BC is #3D8E43. Grayscale: #919191. Windows color (decimal): -4034116 or 12349890. OLE color: 12349890.

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

Color convert

RGB194113188-
CMYK00.420.030.24
HSL304.44º39.9%60.2%-
HSV(B)304.44º41.75%76.08%-
XYZ37.2326.9150.81-
YUV145.77151.84162.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=39.19%
G=22.83%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411318800.420.030.24304.4439.960.2
HexC271BC02A318130283c
Octal3021612740523304605074
Binary1100001011100011011110001010101111000100110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271BC; }

 p { color: rgb(194,113,188); }

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

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

 a { background-color: rgb(194,113,188); }

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

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

 span { border-color: rgb(194,113,188); }

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