Html Css Color HEX #C054BD Fuchsia

📋 copy color: '#C054BD'

red 192 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #C054BD

Tints of Fuchsia #C054BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 41.29%
G = 18.06%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C054BD (or 0xC054BD) is known color: Fuchsia. HEX triplet: C0, 54 and BD. RGB value is (192,84,189). Sum of RGB (Red+Green+Blue) = 192+84+189=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C054BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054BD is #3FAB42. Grayscale: #7F7F7F. Windows color (decimal): -4172611 or 12408000. OLE color: 12408000.

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

Color convert

RGB 192 84 189 -
CMYK 0 0.56 0.02 0.25
HSL 301.67º 0.46% 0.54% -
HSV(B) 301.67º 0.56% 0.75% -
XYZ 34.09 21.22 50.44 -
YUV 128.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 192 84 189 0 0.56 0.02 0.25 301.67 0.46 0.54
Hex C0 54 BD 0 38 2 19 12E 2E 36
Octal 300 124 275 0 70 2 31 456 56 66
Binary 11000000 1010100 10111101 0 111000 10 11001 100101110 101110 110110

Color Harmonies of #C054BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054BD

Black with #C054BD

Text Example


Text Example

White with #C054BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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