Html Css Color HEX #C85DAE Fuchsia

📋 copy color: '#C85DAE'

red 200 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C85DAE

Tints of Fuchsia #C85DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

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

R = 42.83%
G = 19.91%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C85DAE (or 0xC85DAE) is known color: Fuchsia. HEX triplet: C8, 5D and AE. RGB value is (200,93,174). Sum of RGB (Red+Green+Blue) = 200+93+174=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAE is #37A251. Grayscale: #868686. Windows color (decimal): -3646034 or 11427272. OLE color: 11427272.

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

Color convert

RGB 200 93 174 -
CMYK 0 0.54 0.13 0.22
HSL 314.58º 0.49% 0.57% -
HSV(B) 314.58º 0.54% 0.78% -
XYZ 35.37 23.16 42.65 -
YUV 134.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 200 93 174 0 0.54 0.13 0.22 314.58 0.49 0.57
Hex C8 5D AE 0 36 D 16 13B 31 39
Octal 310 135 256 0 66 15 26 473 61 71
Binary 11001000 1011101 10101110 0 110110 1101 10110 100111011 110001 111001

Color Harmonies of #C85DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DAE

Black with #C85DAE

Text Example


Text Example

White with #C85DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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