Html Css Color HEX #C051A8 Fuchsia

📋 copy color: '#C051A8'

red 192 ◦ green 81 ◦ blue 168

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

Shades of Fuchsia #C051A8

Tints of Fuchsia #C051A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 43.54%
G = 18.37%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C051A8 (or 0xC051A8) is known color: Fuchsia. HEX triplet: C0, 51 and A8. RGB value is (192,81,168). Sum of RGB (Red+Green+Blue) = 192+81+168=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C051A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051A8 is #3FAE57. Grayscale: #7B7B7B. Windows color (decimal): -4173400 or 11030976. OLE color: 11030976.

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

Color convert

RGB 192 81 168 -
CMYK 0 0.58 0.12 0.25
HSL 312.97º 0.47% 0.54% -
HSV(B) 312.97º 0.58% 0.75% -
XYZ 31.75 19.92 39.22 -
YUV 124.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 192 81 168 0 0.58 0.12 0.25 312.97 0.47 0.54
Hex C0 51 A8 0 3A C 19 139 2F 36
Octal 300 121 250 0 72 14 31 471 57 66
Binary 11000000 1010001 10101000 0 111010 1100 11001 100111001 101111 110110

Color Harmonies of #C051A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051A8

Black with #C051A8

Text Example


Text Example

White with #C051A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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