Html Css Color HEX #C05FA7 Fuchsia

📋 copy color: '#C05FA7'

red 192 ◦ green 95 ◦ blue 167

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

Shades of Fuchsia #C05FA7

Tints of Fuchsia #C05FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.78%

R = 42.29%
G = 20.93%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C05FA7 (or 0xC05FA7) is known color: Fuchsia. HEX triplet: C0, 5F and A7. RGB value is (192,95,167). Sum of RGB (Red+Green+Blue) = 192+95+167=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA7 is #3FA058. Grayscale: #848484. Windows color (decimal): -4169817 or 10969024. OLE color: 10969024.

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

Color convert

RGB 192 95 167 -
CMYK 0 0.51 0.13 0.25
HSL 315.46º 0.43% 0.56% -
HSV(B) 315.46º 0.51% 0.75% -
XYZ 32.81 22.18 39.11 -
YUV 132.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 192 95 167 0 0.51 0.13 0.25 315.46 0.43 0.56
Hex C0 5F A7 0 33 D 19 13B 2B 38
Octal 300 137 247 0 63 15 31 473 53 70
Binary 11000000 1011111 10100111 0 110011 1101 11001 100111011 101011 111000

Color Harmonies of #C05FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FA7

Black with #C05FA7

Text Example


Text Example

White with #C05FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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