Html Css Color HEX #C271BC Fuchsia

📋 copy color: '#C271BC'

red 194 ◦ green 113 ◦ blue 188

#C271BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C271BC

Tints of Fuchsia #C271BC

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 value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C271BC (or 0xC271BC) is known color: 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

RGB 194 113 188 -
CMYK 0 0.42 0.03 0.24
HSL 304.44º 0.4% 0.6% -
HSV(B) 304.44º 0.42% 0.76% -
XYZ 37.23 26.91 50.81 -
YUV 145.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 194 113 188 0 0.42 0.03 0.24 304.44 0.4 0.6
Hex C2 71 BC 0 2A 3 18 130 28 3C
Octal 302 161 274 0 52 3 30 460 50 74
Binary 11000010 1110001 10111100 0 101010 11 11000 100110000 101000 111100

Color Harmonies of #C271BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271BC

Black with #C271BC

Text Example


Text Example

White with #C271BC

Text Example


Text Example

HTML Codes & Css Web 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>