Html Css Color HEX #C051B9 Fuchsia

📋 copy color: '#C051B9'

red 192 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #C051B9

Tints of Fuchsia #C051B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 41.92%
G = 17.69%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C051B9 (or 0xC051B9) is known color: Fuchsia. HEX triplet: C0, 51 and B9. RGB value is (192,81,185). Sum of RGB (Red+Green+Blue) = 192+81+185=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B9 is #3FAE46. Grayscale: #7D7D7D. Windows color (decimal): -4173383 or 12145088. OLE color: 12145088.

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

Color convert

RGB 192 81 185 -
CMYK 0 0.58 0.04 0.25
HSL 303.78º 0.47% 0.54% -
HSV(B) 303.78º 0.58% 0.75% -
XYZ 33.44 20.59 48.11 -
YUV 126.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 192 81 185 0 0.58 0.04 0.25 303.78 0.47 0.54
Hex C0 51 B9 0 3A 4 19 130 2F 36
Octal 300 121 271 0 72 4 31 460 57 66
Binary 11000000 1010001 10111001 0 111010 100 11001 100110000 101111 110110

Color Harmonies of #C051B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051B9

Black with #C051B9

Text Example


Text Example

White with #C051B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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