Html Css Color HEX #C05FAE Fuchsia

📋 copy color: '#C05FAE'

red 192 ◦ green 95 ◦ blue 174

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

Shades of Fuchsia #C05FAE

Tints of Fuchsia #C05FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 41.65%
G = 20.61%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C05FAE (or 0xC05FAE) is known color: Fuchsia. HEX triplet: C0, 5F and AE. RGB value is (192,95,174). Sum of RGB (Red+Green+Blue) = 192+95+174=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FAE is #3FA051. Grayscale: #848484. Windows color (decimal): -4169810 or 11427776. OLE color: 11427776.

HSL color Cylindrical-coordinate representation of color #C05FAE: hue angle of 311.13º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FAE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 174 -
CMYK 0 0.51 0.09 0.25
HSL 311.13º 0.43% 0.56% -
HSV(B) 311.13º 0.51% 0.75% -
XYZ 33.47 22.45 42.61 -
YUV 133.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 192 95 174 0 0.51 0.09 0.25 311.13 0.43 0.56
Hex C0 5F AE 0 33 9 19 137 2B 38
Octal 300 137 256 0 63 11 31 467 53 70
Binary 11000000 1011111 10101110 0 110011 1001 11001 100110111 101011 111000

Color Harmonies of #C05FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FAE

Black with #C05FAE

Text Example


Text Example

White with #C05FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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