Html Css Color HEX #C051A7 Fuchsia

📋 copy color: '#C051A7'

red 192 ◦ green 81 ◦ blue 167

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

Shades of Fuchsia #C051A7

Tints of Fuchsia #C051A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 43.64%
G = 18.41%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C051A7 (or 0xC051A7) is known color: Fuchsia. HEX triplet: C0, 51 and A7. RGB value is (192,81,167). Sum of RGB (Red+Green+Blue) = 192+81+167=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C051A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051A7 is #3FAE58. Grayscale: #7B7B7B. Windows color (decimal): -4173401 or 10965440. OLE color: 10965440.

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

Color convert

RGB 192 81 167 -
CMYK 0 0.58 0.13 0.25
HSL 313.51º 0.47% 0.54% -
HSV(B) 313.51º 0.58% 0.75% -
XYZ 31.66 19.88 38.73 -
YUV 123.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 192 81 167 0 0.58 0.13 0.25 313.51 0.47 0.54
Hex C0 51 A7 0 3A D 19 13A 2F 36
Octal 300 121 247 0 72 15 31 472 57 66
Binary 11000000 1010001 10100111 0 111010 1101 11001 100111010 101111 110110

Color Harmonies of #C051A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051A7

Black with #C051A7

Text Example


Text Example

White with #C051A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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