Html Css Color HEX #C840AC Fuchsia

📋 copy color: '#C840AC'

red 200 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #C840AC

Tints of Fuchsia #C840AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.68%

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

R = 45.87%
G = 14.68%
B = 39.45%

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

#C840AC (or 0xC840AC) is known color: Fuchsia. HEX triplet: C8, 40 and AC. RGB value is (200,64,172). Sum of RGB (Red+Green+Blue) = 200+64+172=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C840AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C840AC is #37BF53. Grayscale: #747474. Windows color (decimal): -3653460 or 11288776. OLE color: 11288776.

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

Color convert

RGB 200 64 172 -
CMYK 0 0.68 0.14 0.22
HSL 312.35º 0.55% 0.52% -
HSV(B) 312.35º 0.68% 0.78% -
XYZ 33.1 18.92 40.94 -
YUV 116.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 200 64 172 0 0.68 0.14 0.22 312.35 0.55 0.52
Hex C8 40 AC 0 44 E 16 138 37 34
Octal 310 100 254 0 104 16 26 470 67 64
Binary 11001000 1000000 10101100 0 1000100 1110 10110 100111000 110111 110100

Color Harmonies of #C840AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840AC

Black with #C840AC

Text Example


Text Example

White with #C840AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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