Html Css Color HEX #C051B7 Fuchsia

📋 copy color: '#C051B7'

red 192 ◦ green 81 ◦ blue 183

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

Shades of Fuchsia #C051B7

Tints of Fuchsia #C051B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 42.11%
G = 17.76%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C051B7 (or 0xC051B7) is known color: Fuchsia. HEX triplet: C0, 51 and B7. RGB value is (192,81,183). Sum of RGB (Red+Green+Blue) = 192+81+183=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B7 is #3FAE48. Grayscale: #7D7D7D. Windows color (decimal): -4173385 or 12014016. OLE color: 12014016.

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

Color convert

RGB 192 81 183 -
CMYK 0 0.58 0.05 0.25
HSL 304.86º 0.47% 0.54% -
HSV(B) 304.86º 0.58% 0.75% -
XYZ 33.23 20.51 47.01 -
YUV 125.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 192 81 183 0 0.58 0.05 0.25 304.86 0.47 0.54
Hex C0 51 B7 0 3A 5 19 131 2F 36
Octal 300 121 267 0 72 5 31 461 57 66
Binary 11000000 1010001 10110111 0 111010 101 11001 100110001 101111 110110

Color Harmonies of #C051B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051B7

Black with #C051B7

Text Example


Text Example

White with #C051B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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