Html Css Color HEX #C251BE Fuchsia

📋 copy color: '#C251BE'

red 194 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C251BE

Tints of Fuchsia #C251BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 41.72%
G = 17.42%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C251BE (or 0xC251BE) is known color: Fuchsia. HEX triplet: C2, 51 and BE. RGB value is (194,81,190). Sum of RGB (Red+Green+Blue) = 194+81+190=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C251BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251BE is #3DAE41. Grayscale: #7E7E7E. Windows color (decimal): -4042306 or 12472770. OLE color: 12472770.

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

Color convert

RGB 194 81 190 -
CMYK 0 0.58 0.02 0.24
HSL 302.12º 0.48% 0.54% -
HSV(B) 302.12º 0.58% 0.76% -
XYZ 34.48 21.07 50.96 -
YUV 127.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 194 81 190 0 0.58 0.02 0.24 302.12 0.48 0.54
Hex C2 51 BE 0 3A 2 18 12E 30 36
Octal 302 121 276 0 72 2 30 456 60 66
Binary 11000010 1010001 10111110 0 111010 10 11000 100101110 110000 110110

Color Harmonies of #C251BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251BE

Black with #C251BE

Text Example


Text Example

White with #C251BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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