Html Css Color HEX #C251B0 Fuchsia

📋 copy color: '#C251B0'

red 194 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #C251B0

Tints of Fuchsia #C251B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.02%

R = 43.02%
G = 17.96%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C251B0 (or 0xC251B0) is known color: Fuchsia. HEX triplet: C2, 51 and B0. RGB value is (194,81,176). Sum of RGB (Red+Green+Blue) = 194+81+176=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C251B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251B0 is #3DAE4F. Grayscale: #7D7D7D. Windows color (decimal): -4042320 or 11555266. OLE color: 11555266.

HSL color Cylindrical-coordinate representation of color #C251B0: hue angle of 309.56º 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 #C251B0 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 176 -
CMYK 0 0.58 0.09 0.24
HSL 309.56º 0.48% 0.54% -
HSV(B) 309.56º 0.58% 0.76% -
XYZ 33.03 20.49 43.29 -
YUV 125.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 194 81 176 0 0.58 0.09 0.24 309.56 0.48 0.54
Hex C2 51 B0 0 3A 9 18 136 30 36
Octal 302 121 260 0 72 11 30 466 60 66
Binary 11000010 1010001 10110000 0 111010 1001 11000 100110110 110000 110110

Color Harmonies of #C251B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251B0

Black with #C251B0

Text Example


Text Example

White with #C251B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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