Html Css Color HEX #C055AF Fuchsia

📋 copy color: '#C055AF'

red 192 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C055AF

Tints of Fuchsia #C055AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 42.48%
G = 18.81%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C055AF (or 0xC055AF) is known color: Fuchsia. HEX triplet: C0, 55 and AF. RGB value is (192,85,175). Sum of RGB (Red+Green+Blue) = 192+85+175=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AF is #3FAA50. Grayscale: #7F7F7F. Windows color (decimal): -4172369 or 11490752. OLE color: 11490752.

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

Color convert

RGB 192 85 175 -
CMYK 0 0.56 0.09 0.25
HSL 309.53º 0.46% 0.54% -
HSV(B) 309.53º 0.56% 0.75% -
XYZ 32.72 20.8 42.85 -
YUV 127.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 192 85 175 0 0.56 0.09 0.25 309.53 0.46 0.54
Hex C0 55 AF 0 38 9 19 136 2E 36
Octal 300 125 257 0 70 11 31 466 56 66
Binary 11000000 1010101 10101111 0 111000 1001 11001 100110110 101110 110110

Color Harmonies of #C055AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055AF

Black with #C055AF

Text Example


Text Example

White with #C055AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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