Html Css Color HEX #C05BAE Fuchsia

📋 copy color: '#C05BAE'

red 192 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #C05BAE

Tints of Fuchsia #C05BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 42.01%
G = 19.91%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C05BAE (or 0xC05BAE) is known color: Fuchsia. HEX triplet: C0, 5B and AE. RGB value is (192,91,174). Sum of RGB (Red+Green+Blue) = 192+91+174=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BAE is #3FA451. Grayscale: #828282. Windows color (decimal): -4170834 or 11426752. OLE color: 11426752.

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

Color convert

RGB 192 91 174 -
CMYK 0 0.53 0.09 0.25
HSL 310.69º 0.44% 0.55% -
HSV(B) 310.69º 0.53% 0.75% -
XYZ 33.12 21.74 42.5 -
YUV 130.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 192 91 174 0 0.53 0.09 0.25 310.69 0.44 0.55
Hex C0 5B AE 0 35 9 19 137 2C 37
Octal 300 133 256 0 65 11 31 467 54 67
Binary 11000000 1011011 10101110 0 110101 1001 11001 100110111 101100 110111

Color Harmonies of #C05BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BAE

Black with #C05BAE

Text Example


Text Example

White with #C05BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BAE; }

 p { color: rgb(192,91,174); }

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

background-color css

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

 a { background-color: rgb(192,91,174); }

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

border-color css

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

 span { border-color: rgb(192,91,174); }

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