Html Css Color HEX #C05ABE Fuchsia

📋 copy color: '#C05ABE'

red 192 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #C05ABE

Tints of Fuchsia #C05ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 40.68%
G = 19.07%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C05ABE (or 0xC05ABE) is known color: Fuchsia. HEX triplet: C0, 5A and BE. RGB value is (192,90,190). Sum of RGB (Red+Green+Blue) = 192+90+190=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ABE is #3FA541. Grayscale: #838383. Windows color (decimal): -4171074 or 12475072. OLE color: 12475072.

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

Color convert

RGB 192 90 190 -
CMYK 0 0.53 0.01 0.25
HSL 301.18º 0.45% 0.55% -
HSV(B) 301.18º 0.53% 0.75% -
XYZ 34.69 22.24 51.18 -
YUV 131.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 192 90 190 0 0.53 0.01 0.25 301.18 0.45 0.55
Hex C0 5A BE 0 35 1 19 12D 2D 37
Octal 300 132 276 0 65 1 31 455 55 67
Binary 11000000 1011010 10111110 0 110101 1 11001 100101101 101101 110111

Color Harmonies of #C05ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ABE

Black with #C05ABE

Text Example


Text Example

White with #C05ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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