Html Css Color HEX #C85FAB Fuchsia

📋 copy color: '#C85FAB'

red 200 ◦ green 95 ◦ blue 171

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

Shades of Fuchsia #C85FAB

Tints of Fuchsia #C85FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 42.92%
G = 20.39%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85FAB (or 0xC85FAB) is known color: Fuchsia. HEX triplet: C8, 5F and AB. RGB value is (200,95,171). Sum of RGB (Red+Green+Blue) = 200+95+171=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FAB is #37A054. Grayscale: #868686. Windows color (decimal): -3645525 or 11231176. OLE color: 11231176.

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

Color convert

RGB 200 95 171 -
CMYK 0 0.52 0.14 0.22
HSL 316.57º 0.49% 0.58% -
HSV(B) 316.57º 0.53% 0.78% -
XYZ 35.26 23.4 41.19 -
YUV 135.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 200 95 171 0 0.52 0.14 0.22 316.57 0.49 0.58
Hex C8 5F AB 0 34 E 16 13D 31 3A
Octal 310 137 253 0 64 16 26 475 61 72
Binary 11001000 1011111 10101011 0 110100 1110 10110 100111101 110001 111010

Color Harmonies of #C85FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FAB

Black with #C85FAB

Text Example


Text Example

White with #C85FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FAB; }

 p { color: rgb(200,95,171); }

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

background-color css

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

 a { background-color: rgb(200,95,171); }

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

border-color css

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

 span { border-color: rgb(200,95,171); }

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