Html Css Color HEX #C05FAA Fuchsia

📋 copy color: '#C05FAA'

red 192 ◦ green 95 ◦ blue 170

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

Shades of Fuchsia #C05FAA

Tints of Fuchsia #C05FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 42.01%
G = 20.79%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C05FAA (or 0xC05FAA) is known color: Fuchsia. HEX triplet: C0, 5F and AA. RGB value is (192,95,170). Sum of RGB (Red+Green+Blue) = 192+95+170=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FAA is #3FA055. Grayscale: #848484. Windows color (decimal): -4169814 or 11165632. OLE color: 11165632.

HSL color Cylindrical-coordinate representation of color #C05FAA: hue angle of 313.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FAA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 170 -
CMYK 0 0.51 0.11 0.25
HSL 313.61º 0.43% 0.56% -
HSV(B) 313.61º 0.51% 0.75% -
XYZ 33.09 22.29 40.59 -
YUV 132.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 192 95 170 0 0.51 0.11 0.25 313.61 0.43 0.56
Hex C0 5F AA 0 33 B 19 13A 2B 38
Octal 300 137 252 0 63 13 31 472 53 70
Binary 11000000 1011111 10101010 0 110011 1011 11001 100111010 101011 111000

Color Harmonies of #C05FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FAA

Black with #C05FAA

Text Example


Text Example

White with #C05FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FAA; }

 p { color: rgb(192,95,170); }

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

background-color css

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

 a { background-color: rgb(192,95,170); }

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

border-color css

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

 span { border-color: rgb(192,95,170); }

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