Html Css Color HEX #C051AF Fuchsia

📋 copy color: '#C051AF'

red 192 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #C051AF

Tints of Fuchsia #C051AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 42.86%
G = 18.08%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C051AF (or 0xC051AF) is known color: Fuchsia. HEX triplet: C0, 51 and AF. RGB value is (192,81,175). Sum of RGB (Red+Green+Blue) = 192+81+175=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C051AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051AF is #3FAE50. Grayscale: #7C7C7C. Windows color (decimal): -4173393 or 11489728. OLE color: 11489728.

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

Color convert

RGB 192 81 175 -
CMYK 0 0.58 0.09 0.25
HSL 309.19º 0.47% 0.54% -
HSV(B) 309.19º 0.58% 0.75% -
XYZ 32.42 20.19 42.75 -
YUV 124.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 192 81 175 0 0.58 0.09 0.25 309.19 0.47 0.54
Hex C0 51 AF 0 3A 9 19 135 2F 36
Octal 300 121 257 0 72 11 31 465 57 66
Binary 11000000 1010001 10101111 0 111010 1001 11001 100110101 101111 110110

Color Harmonies of #C051AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051AF

Black with #C051AF

Text Example


Text Example

White with #C051AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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