Html Css Color HEX #C840AD Fuchsia

📋 copy color: '#C840AD'

red 200 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #C840AD

Tints of Fuchsia #C840AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 45.77%
G = 14.65%
B = 39.59%

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

#C840AD (or 0xC840AD) is known color: Fuchsia. HEX triplet: C8, 40 and AD. RGB value is (200,64,173). Sum of RGB (Red+Green+Blue) = 200+64+173=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C840AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C840AD is #37BF52. Grayscale: #747474. Windows color (decimal): -3653459 or 11354312. OLE color: 11354312.

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

Color convert

RGB 200 64 173 -
CMYK 0 0.68 0.14 0.22
HSL 311.91º 0.55% 0.52% -
HSV(B) 311.91º 0.68% 0.78% -
XYZ 33.2 18.96 41.45 -
YUV 117.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 200 64 173 0 0.68 0.14 0.22 311.91 0.55 0.52
Hex C8 40 AD 0 44 E 16 138 37 34
Octal 310 100 255 0 104 16 26 470 67 64
Binary 11001000 1000000 10101101 0 1000100 1110 10110 100111000 110111 110100

Color Harmonies of #C840AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840AD

Black with #C840AD

Text Example


Text Example

White with #C840AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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