Html Css Color HEX #C055AD Fuchsia

📋 copy color: '#C055AD'

red 192 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #C055AD

Tints of Fuchsia #C055AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 42.67%
G = 18.89%
B = 38.44%

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

#C055AD (or 0xC055AD) is known color: Fuchsia. HEX triplet: C0, 55 and AD. RGB value is (192,85,173). Sum of RGB (Red+Green+Blue) = 192+85+173=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AD is #3FAA52. Grayscale: #7E7E7E. Windows color (decimal): -4172371 or 11359680. OLE color: 11359680.

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

Color convert

RGB 192 85 173 -
CMYK 0 0.56 0.10 0.25
HSL 310.65º 0.46% 0.54% -
HSV(B) 310.65º 0.56% 0.75% -
XYZ 32.53 20.72 41.82 -
YUV 127.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 192 85 173 0 0.56 0.10 0.25 310.65 0.46 0.54
Hex C0 55 AD 0 38 A 19 137 2E 36
Octal 300 125 255 0 70 12 31 467 56 66
Binary 11000000 1010101 10101101 0 111000 1010 11001 100110111 101110 110110

Color Harmonies of #C055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055AD

Black with #C055AD

Text Example


Text Example

White with #C055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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