Html Css Color HEX #C841AC Fuchsia

📋 copy color: '#C841AC'

red 200 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #C841AC

Tints of Fuchsia #C841AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 45.77%
G = 14.87%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C841AC (or 0xC841AC) is known color: Fuchsia. HEX triplet: C8, 41 and AC. RGB value is (200,65,172). Sum of RGB (Red+Green+Blue) = 200+65+172=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AC is #37BE53. Grayscale: #757575. Windows color (decimal): -3653204 or 11289032. OLE color: 11289032.

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

Color convert

RGB 200 65 172 -
CMYK 0 0.68 0.14 0.22
HSL 312.44º 0.55% 0.52% -
HSV(B) 312.44º 0.68% 0.78% -
XYZ 33.16 19.04 40.96 -
YUV 117.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 200 65 172 0 0.68 0.14 0.22 312.44 0.55 0.52
Hex C8 41 AC 0 44 E 16 138 37 34
Octal 310 101 254 0 104 16 26 470 67 64
Binary 11001000 1000001 10101100 0 1000100 1110 10110 100111000 110111 110100

Color Harmonies of #C841AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841AC

Black with #C841AC

Text Example


Text Example

White with #C841AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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