Html Css Color HEX #C055AC Fuchsia

📋 copy color: '#C055AC'

red 192 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C055AC

Tints of Fuchsia #C055AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 42.76%
G = 18.93%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C055AC (or 0xC055AC) is known color: Fuchsia. HEX triplet: C0, 55 and AC. RGB value is (192,85,172). Sum of RGB (Red+Green+Blue) = 192+85+172=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AC is #3FAA53. Grayscale: #7E7E7E. Windows color (decimal): -4172372 or 11294144. OLE color: 11294144.

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

Color convert

RGB 192 85 172 -
CMYK 0 0.56 0.10 0.25
HSL 311.22º 0.46% 0.54% -
HSV(B) 311.22º 0.56% 0.75% -
XYZ 32.43 20.68 41.31 -
YUV 126.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 192 85 172 0 0.56 0.10 0.25 311.22 0.46 0.54
Hex C0 55 AC 0 38 A 19 137 2E 36
Octal 300 125 254 0 70 12 31 467 56 66
Binary 11000000 1010101 10101100 0 111000 1010 11001 100110111 101110 110110

Color Harmonies of #C055AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055AC

Black with #C055AC

Text Example


Text Example

White with #C055AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055AC; }

 p { color: rgb(192,85,172); }

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

background-color css

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

 a { background-color: rgb(192,85,172); }

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

border-color css

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

 span { border-color: rgb(192,85,172); }

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