Html Css Color HEX #C05AB1 Fuchsia

📋 copy color: '#C05AB1'

red 192 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #C05AB1

Tints of Fuchsia #C05AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 41.83%
G = 19.61%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C05AB1 (or 0xC05AB1) is known color: Fuchsia. HEX triplet: C0, 5A and B1. RGB value is (192,90,177). Sum of RGB (Red+Green+Blue) = 192+90+177=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AB1 is #3FA54E. Grayscale: #828282. Windows color (decimal): -4171087 or 11623104. OLE color: 11623104.

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

Color convert

RGB 192 90 177 -
CMYK 0 0.53 0.08 0.25
HSL 308.82º 0.45% 0.55% -
HSV(B) 308.82º 0.53% 0.75% -
XYZ 33.33 21.69 44.03 -
YUV 130.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 192 90 177 0 0.53 0.08 0.25 308.82 0.45 0.55
Hex C0 5A B1 0 35 8 19 135 2D 37
Octal 300 132 261 0 65 10 31 465 55 67
Binary 11000000 1011010 10110001 0 110101 1000 11001 100110101 101101 110111

Color Harmonies of #C05AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AB1

Black with #C05AB1

Text Example


Text Example

White with #C05AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AB1; }

 p { color: rgb(192,90,177); }

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

background-color css

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

 a { background-color: rgb(192,90,177); }

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

border-color css

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

 span { border-color: rgb(192,90,177); }

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