Html Css Color HEX #C05AB7 Fuchsia

📋 copy color: '#C05AB7'

red 192 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #C05AB7

Tints of Fuchsia #C05AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 41.29%
G = 19.35%
B = 39.35%

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

#C05AB7 (or 0xC05AB7) is known color: Fuchsia. HEX triplet: C0, 5A and B7. RGB value is (192,90,183). Sum of RGB (Red+Green+Blue) = 192+90+183=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB7 is #3FA548. Grayscale: #828282. Windows color (decimal): -4171081 or 12016320. OLE color: 12016320.

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

Color convert

RGB 192 90 183 -
CMYK 0 0.53 0.05 0.25
HSL 305.29º 0.45% 0.55% -
HSV(B) 305.29º 0.53% 0.75% -
XYZ 33.94 21.94 47.25 -
YUV 131.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 192 90 183 0 0.53 0.05 0.25 305.29 0.45 0.55
Hex C0 5A B7 0 35 5 19 131 2D 37
Octal 300 132 267 0 65 5 31 461 55 67
Binary 11000000 1011010 10110111 0 110101 101 11001 100110001 101101 110111

Color Harmonies of #C05AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AB7

Black with #C05AB7

Text Example


Text Example

White with #C05AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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