Html Css Color HEX #C861AF Fuchsia

📋 copy color: '#C861AF'

red 200 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C861AF

Tints of Fuchsia #C861AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.55%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 42.37%
G = 20.55%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C861AF (or 0xC861AF) is known color: Fuchsia. HEX triplet: C8, 61 and AF. RGB value is (200,97,175). Sum of RGB (Red+Green+Blue) = 200+97+175=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AF is #379E50. Grayscale: #888888. Windows color (decimal): -3645009 or 11493832. OLE color: 11493832.

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

Color convert

RGB 200 97 175 -
CMYK 0 0.52 0.12 0.22
HSL 314.56º 0.48% 0.58% -
HSV(B) 314.56º 0.52% 0.78% -
XYZ 35.83 23.92 43.29 -
YUV 136.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 200 97 175 0 0.52 0.12 0.22 314.56 0.48 0.58
Hex C8 61 AF 0 34 C 16 13B 30 3A
Octal 310 141 257 0 64 14 26 473 60 72
Binary 11001000 1100001 10101111 0 110100 1100 10110 100111011 110000 111010

Color Harmonies of #C861AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861AF

Black with #C861AF

Text Example


Text Example

White with #C861AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861AF; }

 p { color: rgb(200,97,175); }

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

background-color css

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

 a { background-color: rgb(200,97,175); }

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

border-color css

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

 span { border-color: rgb(200,97,175); }

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