Html Css Color HEX #C861B2 Fuchsia

📋 copy color: '#C861B2'

red 200 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #C861B2

Tints of Fuchsia #C861B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 42.11%
G = 20.42%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C861B2 (or 0xC861B2) is known color: Fuchsia. HEX triplet: C8, 61 and B2. RGB value is (200,97,178). Sum of RGB (Red+Green+Blue) = 200+97+178=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C861B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861B2 is #379E4D. Grayscale: #888888. Windows color (decimal): -3645006 or 11690440. OLE color: 11690440.

HSL color Cylindrical-coordinate representation of color #C861B2: hue angle of 312.82º 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 #C861B2 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 178 -
CMYK 0 0.52 0.11 0.22
HSL 312.82º 0.48% 0.58% -
HSV(B) 312.82º 0.52% 0.78% -
XYZ 36.13 24.04 44.86 -
YUV 137.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 200 97 178 0 0.52 0.11 0.22 312.82 0.48 0.58
Hex C8 61 B2 0 34 B 16 139 30 3A
Octal 310 141 262 0 64 13 26 471 60 72
Binary 11001000 1100001 10110010 0 110100 1011 10110 100111001 110000 111010

Color Harmonies of #C861B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861B2

Black with #C861B2

Text Example


Text Example

White with #C861B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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