Html Css Color HEX #C05AB6 Fuchsia

📋 copy color: '#C05AB6'

red 192 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #C05AB6

Tints of Fuchsia #C05AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 41.38%
G = 19.4%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C05AB6 (or 0xC05AB6) is known color: Fuchsia. HEX triplet: C0, 5A and B6. RGB value is (192,90,182). Sum of RGB (Red+Green+Blue) = 192+90+182=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB6 is #3FA549. Grayscale: #828282. Windows color (decimal): -4171082 or 11950784. OLE color: 11950784.

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

Color convert

RGB 192 90 182 -
CMYK 0 0.53 0.05 0.25
HSL 305.88º 0.45% 0.55% -
HSV(B) 305.88º 0.53% 0.75% -
XYZ 33.84 21.9 46.7 -
YUV 130.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 192 90 182 0 0.53 0.05 0.25 305.88 0.45 0.55
Hex C0 5A B6 0 35 5 19 132 2D 37
Octal 300 132 266 0 65 5 31 462 55 67
Binary 11000000 1011010 10110110 0 110101 101 11001 100110010 101101 110111

Color Harmonies of #C05AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AB6

Black with #C05AB6

Text Example


Text Example

White with #C05AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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