Html Css Color HEX #C05AA9 Fuchsia

📋 copy color: '#C05AA9'

red 192 ◦ green 90 ◦ blue 169

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

Shades of Fuchsia #C05AA9

Tints of Fuchsia #C05AA9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 169 (66.41% from 255) = 37.47%

R = 42.57%
G = 19.96%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C05AA9 (or 0xC05AA9) is known color: Fuchsia. HEX triplet: C0, 5A and A9. RGB value is (192,90,169). Sum of RGB (Red+Green+Blue) = 192+90+169=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA9 is #3FA556. Grayscale: #818181. Windows color (decimal): -4171095 or 11098816. OLE color: 11098816.

HSL color Cylindrical-coordinate representation of color #C05AA9: hue angle of 313.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AA9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 169 -
CMYK 0 0.53 0.12 0.25
HSL 313.53º 0.45% 0.55% -
HSV(B) 313.53º 0.53% 0.75% -
XYZ 32.56 21.38 39.95 -
YUV 129.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 192 90 169 0 0.53 0.12 0.25 313.53 0.45 0.55
Hex C0 5A A9 0 35 C 19 13A 2D 37
Octal 300 132 251 0 65 14 31 472 55 67
Binary 11000000 1011010 10101001 0 110101 1100 11001 100111010 101101 110111

Color Harmonies of #C05AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AA9

Black with #C05AA9

Text Example


Text Example

White with #C05AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AA9; }

 p { color: rgb(192,90,169); }

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

background-color css

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

 a { background-color: rgb(192,90,169); }

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

border-color css

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

 span { border-color: rgb(192,90,169); }

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