Html Css Color HEX #C251BA Fuchsia

📋 copy color: '#C251BA'

red 194 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #C251BA

Tints of Fuchsia #C251BA

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

 GREEN value IS 81 (32.03% from 255) = 17.57%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 42.08%
G = 17.57%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C251BA (or 0xC251BA) is known color: Fuchsia. HEX triplet: C2, 51 and BA. RGB value is (194,81,186). Sum of RGB (Red+Green+Blue) = 194+81+186=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C251BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251BA is #3DAE45. Grayscale: #7E7E7E. Windows color (decimal): -4042310 or 12210626. OLE color: 12210626.

HSL color Cylindrical-coordinate representation of color #C251BA: hue angle of 304.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251BA is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 186 -
CMYK 0 0.58 0.04 0.24
HSL 304.25º 0.48% 0.54% -
HSV(B) 304.25º 0.58% 0.76% -
XYZ 34.05 20.9 48.69 -
YUV 126.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 194 81 186 0 0.58 0.04 0.24 304.25 0.48 0.54
Hex C2 51 BA 0 3A 4 18 130 30 36
Octal 302 121 272 0 72 4 30 460 60 66
Binary 11000010 1010001 10111010 0 111010 100 11000 100110000 110000 110110

Color Harmonies of #C251BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251BA

Black with #C251BA

Text Example


Text Example

White with #C251BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251BA; }

 p { color: rgb(194,81,186); }

 H1.HeaderClassName
 {
   color: #C251BA;
 }
 .AnyTagClassName
 {
   color: #C251BA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,81,186); }

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

border-color css

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

 span { border-color: rgb(194,81,186); }

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