Html Css Color HEX #C05BA7 Fuchsia

📋 copy color: '#C05BA7'

red 192 ◦ green 91 ◦ blue 167

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

Shades of Fuchsia #C05BA7

Tints of Fuchsia #C05BA7

RGB

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

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

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

R = 42.67%
G = 20.22%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C05BA7 (or 0xC05BA7) is known color: Fuchsia. HEX triplet: C0, 5B and A7. RGB value is (192,91,167). Sum of RGB (Red+Green+Blue) = 192+91+167=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BA7 is #3FA458. Grayscale: #818181. Windows color (decimal): -4170841 or 10968000. OLE color: 10968000.

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

Color convert

RGB 192 91 167 -
CMYK 0 0.53 0.13 0.25
HSL 314.85º 0.44% 0.55% -
HSV(B) 314.85º 0.53% 0.75% -
XYZ 32.45 21.48 38.99 -
YUV 129.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 192 91 167 0 0.53 0.13 0.25 314.85 0.44 0.55
Hex C0 5B A7 0 35 D 19 13B 2C 37
Octal 300 133 247 0 65 15 31 473 54 67
Binary 11000000 1011011 10100111 0 110101 1101 11001 100111011 101100 110111

Color Harmonies of #C05BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BA7

Black with #C05BA7

Text Example


Text Example

White with #C05BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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