Html Css Color HEX #C054BC Fuchsia

📋 copy color: '#C054BC'

red 192 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #C054BC

Tints of Fuchsia #C054BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 41.38%
G = 18.1%
B = 40.52%

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

#C054BC (or 0xC054BC) is known color: Fuchsia. HEX triplet: C0, 54 and BC. RGB value is (192,84,188). Sum of RGB (Red+Green+Blue) = 192+84+188=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C054BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054BC is #3FAB43. Grayscale: #7F7F7F. Windows color (decimal): -4172612 or 12342464. OLE color: 12342464.

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

Color convert

RGB 192 84 188 -
CMYK 0 0.56 0.02 0.25
HSL 302.22º 0.46% 0.54% -
HSV(B) 302.22º 0.56% 0.75% -
XYZ 33.99 21.18 49.87 -
YUV 128.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 192 84 188 0 0.56 0.02 0.25 302.22 0.46 0.54
Hex C0 54 BC 0 38 2 19 12E 2E 36
Octal 300 124 274 0 70 2 31 456 56 66
Binary 11000000 1010100 10111100 0 111000 10 11001 100101110 101110 110110

Color Harmonies of #C054BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054BC

Black with #C054BC

Text Example


Text Example

White with #C054BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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