Html Css Color HEX #C051BE Fuchsia

📋 copy color: '#C051BE'

red 192 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C051BE

Tints of Fuchsia #C051BE

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

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

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

R = 41.47%
G = 17.49%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C051BE (or 0xC051BE) is known color: Fuchsia. HEX triplet: C0, 51 and BE. RGB value is (192,81,190). Sum of RGB (Red+Green+Blue) = 192+81+190=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C051BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051BE is #3FAE41. Grayscale: #7E7E7E. Windows color (decimal): -4173378 or 12472768. OLE color: 12472768.

HSL color Cylindrical-coordinate representation of color #C051BE: hue angle of 301.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051BE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 190 -
CMYK 0 0.58 0.01 0.25
HSL 301.08º 0.47% 0.54% -
HSV(B) 301.08º 0.58% 0.75% -
XYZ 33.97 20.81 50.94 -
YUV 126.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 192 81 190 0 0.58 0.01 0.25 301.08 0.47 0.54
Hex C0 51 BE 0 3A 1 19 12D 2F 36
Octal 300 121 276 0 72 1 31 455 57 66
Binary 11000000 1010001 10111110 0 111010 1 11001 100101101 101111 110110

Color Harmonies of #C051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051BE

Black with #C051BE

Text Example


Text Example

White with #C051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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