Html Css Color HEX #C05BA8 Fuchsia

📋 copy color: '#C05BA8'

red 192 ◦ green 91 ◦ blue 168

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

Shades of Fuchsia #C05BA8

Tints of Fuchsia #C05BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.18%

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

R = 42.57%
G = 20.18%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C05BA8 (or 0xC05BA8) is known color: Fuchsia. HEX triplet: C0, 5B and A8. RGB value is (192,91,168). Sum of RGB (Red+Green+Blue) = 192+91+168=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BA8 is #3FA457. Grayscale: #818181. Windows color (decimal): -4170840 or 11033536. OLE color: 11033536.

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

Color convert

RGB 192 91 168 -
CMYK 0 0.53 0.12 0.25
HSL 314.26º 0.44% 0.55% -
HSV(B) 314.26º 0.53% 0.75% -
XYZ 32.55 21.52 39.48 -
YUV 129.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 192 91 168 0 0.53 0.12 0.25 314.26 0.44 0.55
Hex C0 5B A8 0 35 C 19 13A 2C 37
Octal 300 133 250 0 65 14 31 472 54 67
Binary 11000000 1011011 10101000 0 110101 1100 11001 100111010 101100 110111

Color Harmonies of #C05BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BA8

Black with #C05BA8

Text Example


Text Example

White with #C05BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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