Html Css Color HEX #C85AAE Fuchsia

📋 copy color: '#C85AAE'

red 200 ◦ green 90 ◦ blue 174

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

Shades of Fuchsia #C85AAE

Tints of Fuchsia #C85AAE

RGB

 RED value IS 200 (78.52% from 255) = 43.1%

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

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

R = 43.1%
G = 19.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C85AAE (or 0xC85AAE) is known color: Fuchsia. HEX triplet: C8, 5A and AE. RGB value is (200,90,174). Sum of RGB (Red+Green+Blue) = 200+90+174=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AAE is #37A551. Grayscale: #848484. Windows color (decimal): -3646802 or 11426504. OLE color: 11426504.

HSL color Cylindrical-coordinate representation of color #C85AAE: hue angle of 314.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85AAE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 174 -
CMYK 0 0.55 0.13 0.22
HSL 314.18º 0.5% 0.57% -
HSV(B) 314.18º 0.55% 0.78% -
XYZ 35.12 22.65 42.57 -
YUV 132.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 200 90 174 0 0.55 0.13 0.22 314.18 0.5 0.57
Hex C8 5A AE 0 37 D 16 13A 32 39
Octal 310 132 256 0 67 15 26 472 62 71
Binary 11001000 1011010 10101110 0 110111 1101 10110 100111010 110010 111001

Color Harmonies of #C85AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AAE

Black with #C85AAE

Text Example


Text Example

White with #C85AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AAE; }

 p { color: rgb(200,90,174); }

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

background-color css

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

 a { background-color: rgb(200,90,174); }

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

border-color css

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

 span { border-color: rgb(200,90,174); }

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