Html Css Color HEX #C054AB Fuchsia

📋 copy color: '#C054AB'

red 192 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C054AB

Tints of Fuchsia #C054AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 42.95%
G = 18.79%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C054AB (or 0xC054AB) is known color: Fuchsia. HEX triplet: C0, 54 and AB. RGB value is (192,84,171). Sum of RGB (Red+Green+Blue) = 192+84+171=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C054AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054AB is #3FAB54. Grayscale: #7D7D7D. Windows color (decimal): -4172629 or 11228352. OLE color: 11228352.

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

Color convert

RGB 192 84 171 -
CMYK 0 0.56 0.11 0.25
HSL 311.67º 0.46% 0.54% -
HSV(B) 311.67º 0.56% 0.75% -
XYZ 32.26 20.49 40.78 -
YUV 126.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 192 84 171 0 0.56 0.11 0.25 311.67 0.46 0.54
Hex C0 54 AB 0 38 B 19 138 2E 36
Octal 300 124 253 0 70 13 31 470 56 66
Binary 11000000 1010100 10101011 0 111000 1011 11001 100111000 101110 110110

Color Harmonies of #C054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054AB

Black with #C054AB

Text Example


Text Example

White with #C054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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