Html Css Color HEX #C05FA6 Fuchsia

📋 copy color: '#C05FA6'

red 192 ◦ green 95 ◦ blue 166

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

Shades of Fuchsia #C05FA6

Tints of Fuchsia #C05FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.64%

R = 42.38%
G = 20.97%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C05FA6 (or 0xC05FA6) is known color: Fuchsia. HEX triplet: C0, 5F and A6. RGB value is (192,95,166). Sum of RGB (Red+Green+Blue) = 192+95+166=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA6 is #3FA059. Grayscale: #838383. Windows color (decimal): -4169818 or 10903488. OLE color: 10903488.

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

Color convert

RGB 192 95 166 -
CMYK 0 0.51 0.14 0.25
HSL 316.08º 0.43% 0.56% -
HSV(B) 316.08º 0.51% 0.75% -
XYZ 32.71 22.14 38.63 -
YUV 132.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 192 95 166 0 0.51 0.14 0.25 316.08 0.43 0.56
Hex C0 5F A6 0 33 E 19 13C 2B 38
Octal 300 137 246 0 63 16 31 474 53 70
Binary 11000000 1011111 10100110 0 110011 1110 11001 100111100 101011 111000

Color Harmonies of #C05FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FA6

Black with #C05FA6

Text Example


Text Example

White with #C05FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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