Html Css Color HEX #C05AAC Fuchsia

📋 copy color: '#C05AAC'

red 192 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C05AAC

Tints of Fuchsia #C05AAC

RGB

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

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

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

R = 42.29%
G = 19.82%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C05AAC (or 0xC05AAC) is known color: Fuchsia. HEX triplet: C0, 5A and AC. RGB value is (192,90,172). Sum of RGB (Red+Green+Blue) = 192+90+172=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AAC is #3FA553. Grayscale: #818181. Windows color (decimal): -4171092 or 11295424. OLE color: 11295424.

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

Color convert

RGB 192 90 172 -
CMYK 0 0.53 0.10 0.25
HSL 311.76º 0.45% 0.55% -
HSV(B) 311.76º 0.53% 0.75% -
XYZ 32.84 21.5 41.45 -
YUV 129.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 192 90 172 0 0.53 0.10 0.25 311.76 0.45 0.55
Hex C0 5A AC 0 35 A 19 138 2D 37
Octal 300 132 254 0 65 12 31 470 55 67
Binary 11000000 1011010 10101100 0 110101 1010 11001 100111000 101101 110111

Color Harmonies of #C05AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AAC

Black with #C05AAC

Text Example


Text Example

White with #C05AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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