Html Css Color HEX #C85EAC Fuchsia

📋 copy color: '#C85EAC'

red 200 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #C85EAC

Tints of Fuchsia #C85EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 42.92%
G = 20.17%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85EAC (or 0xC85EAC) is known color: Fuchsia. HEX triplet: C8, 5E and AC. RGB value is (200,94,172). Sum of RGB (Red+Green+Blue) = 200+94+172=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EAC is #37A153. Grayscale: #868686. Windows color (decimal): -3645780 or 11296456. OLE color: 11296456.

HSL color Cylindrical-coordinate representation of color #C85EAC: hue angle of 315.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EAC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 172 -
CMYK 0 0.53 0.14 0.22
HSL 315.85º 0.49% 0.58% -
HSV(B) 315.85º 0.53% 0.78% -
XYZ 35.27 23.26 41.66 -
YUV 134.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 200 94 172 0 0.53 0.14 0.22 315.85 0.49 0.58
Hex C8 5E AC 0 35 E 16 13C 31 3A
Octal 310 136 254 0 65 16 26 474 61 72
Binary 11001000 1011110 10101100 0 110101 1110 10110 100111100 110001 111010

Color Harmonies of #C85EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EAC

Black with #C85EAC

Text Example


Text Example

White with #C85EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EAC; }

 p { color: rgb(200,94,172); }

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

background-color css

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

 a { background-color: rgb(200,94,172); }

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

border-color css

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

 span { border-color: rgb(200,94,172); }

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