Html Css Color HEX #C05AB8 Fuchsia

📋 copy color: '#C05AB8'

red 192 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #C05AB8

Tints of Fuchsia #C05AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.48%

R = 41.2%
G = 19.31%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C05AB8 (or 0xC05AB8) is known color: Fuchsia. HEX triplet: C0, 5A and B8. RGB value is (192,90,184). Sum of RGB (Red+Green+Blue) = 192+90+184=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB8 is #3FA547. Grayscale: #828282. Windows color (decimal): -4171080 or 12081856. OLE color: 12081856.

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

Color convert

RGB 192 90 184 -
CMYK 0 0.53 0.04 0.25
HSL 304.71º 0.45% 0.55% -
HSV(B) 304.71º 0.53% 0.75% -
XYZ 34.05 21.98 47.8 -
YUV 131.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 192 90 184 0 0.53 0.04 0.25 304.71 0.45 0.55
Hex C0 5A B8 0 35 4 19 131 2D 37
Octal 300 132 270 0 65 4 31 461 55 67
Binary 11000000 1011010 10111000 0 110101 100 11001 100110001 101101 110111

Color Harmonies of #C05AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AB8

Black with #C05AB8

Text Example


Text Example

White with #C05AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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