Html Css Color HEX #C054B7 Fuchsia

📋 copy color: '#C054B7'

red 192 ◦ green 84 ◦ blue 183

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

Shades of Fuchsia #C054B7

Tints of Fuchsia #C054B7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 41.83%
G = 18.3%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C054B7 (or 0xC054B7) is known color: Fuchsia. HEX triplet: C0, 54 and B7. RGB value is (192,84,183). Sum of RGB (Red+Green+Blue) = 192+84+183=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C054B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054B7 is #3FAB48. Grayscale: #7F7F7F. Windows color (decimal): -4172617 or 12014784. OLE color: 12014784.

HSL color Cylindrical-coordinate representation of color #C054B7: hue angle of 305º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C054B7 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 183 -
CMYK 0 0.56 0.05 0.25
HSL 305º 0.46% 0.54% -
HSV(B) 305º 0.56% 0.75% -
XYZ 33.46 20.97 47.08 -
YUV 127.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 192 84 183 0 0.56 0.05 0.25 305 0.46 0.54
Hex C0 54 B7 0 38 5 19 131 2E 36
Octal 300 124 267 0 70 5 31 461 56 66
Binary 11000000 1010100 10110111 0 111000 101 11001 100110001 101110 110110

Color Harmonies of #C054B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054B7

Black with #C054B7

Text Example


Text Example

White with #C054B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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