Html Css Color HEX #C054BE Fuchsia

📋 copy color: '#C054BE'

red 192 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #C054BE

Tints of Fuchsia #C054BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 41.2%
G = 18.03%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C054BE (or 0xC054BE) is known color: Fuchsia. HEX triplet: C0, 54 and BE. RGB value is (192,84,190). Sum of RGB (Red+Green+Blue) = 192+84+190=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C054BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054BE is #3FAB41. Grayscale: #808080. Windows color (decimal): -4172610 or 12473536. OLE color: 12473536.

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

Color convert

RGB 192 84 190 -
CMYK 0 0.56 0.01 0.25
HSL 301.11º 0.46% 0.54% -
HSV(B) 301.11º 0.56% 0.75% -
XYZ 34.2 21.26 51.02 -
YUV 128.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 192 84 190 0 0.56 0.01 0.25 301.11 0.46 0.54
Hex C0 54 BE 0 38 1 19 12D 2E 36
Octal 300 124 276 0 70 1 31 455 56 66
Binary 11000000 1010100 10111110 0 111000 1 11001 100101101 101110 110110

Color Harmonies of #C054BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054BE

Black with #C054BE

Text Example


Text Example

White with #C054BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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