Html Css Color HEX #C05CA8 Fuchsia

📋 copy color: '#C05CA8'

red 192 ◦ green 92 ◦ blue 168

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

Shades of Fuchsia #C05CA8

Tints of Fuchsia #C05CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 42.48%
G = 20.35%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C05CA8 (or 0xC05CA8) is known color: Fuchsia. HEX triplet: C0, 5C and A8. RGB value is (192,92,168). Sum of RGB (Red+Green+Blue) = 192+92+168=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CA8 is #3FA357. Grayscale: #828282. Windows color (decimal): -4170584 or 11033792. OLE color: 11033792.

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

Color convert

RGB 192 92 168 -
CMYK 0 0.52 0.12 0.25
HSL 314.4º 0.44% 0.56% -
HSV(B) 314.4º 0.52% 0.75% -
XYZ 32.63 21.69 39.51 -
YUV 130.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 192 92 168 0 0.52 0.12 0.25 314.4 0.44 0.56
Hex C0 5C A8 0 34 C 19 13A 2C 38
Octal 300 134 250 0 64 14 31 472 54 70
Binary 11000000 1011100 10101000 0 110100 1100 11001 100111010 101100 111000

Color Harmonies of #C05CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CA8

Black with #C05CA8

Text Example


Text Example

White with #C05CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CA8; }

 p { color: rgb(192,92,168); }

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

background-color css

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

 a { background-color: rgb(192,92,168); }

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

border-color css

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

 span { border-color: rgb(192,92,168); }

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