Html Css Color HEX #C841AE Fuchsia

📋 copy color: '#C841AE'

red 200 ◦ green 65 ◦ blue 174

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

Shades of Fuchsia #C841AE

Tints of Fuchsia #C841AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 45.56%
G = 14.81%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C841AE (or 0xC841AE) is known color: Fuchsia. HEX triplet: C8, 41 and AE. RGB value is (200,65,174). Sum of RGB (Red+Green+Blue) = 200+65+174=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AE is #37BE51. Grayscale: #757575. Windows color (decimal): -3653202 or 11420104. OLE color: 11420104.

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

Color convert

RGB 200 65 174 -
CMYK 0 0.68 0.13 0.22
HSL 311.56º 0.55% 0.52% -
HSV(B) 311.56º 0.68% 0.78% -
XYZ 33.35 19.12 41.98 -
YUV 117.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 200 65 174 0 0.68 0.13 0.22 311.56 0.55 0.52
Hex C8 41 AE 0 44 D 16 138 37 34
Octal 310 101 256 0 104 15 26 470 67 64
Binary 11001000 1000001 10101110 0 1000100 1101 10110 100111000 110111 110100

Color Harmonies of #C841AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841AE

Black with #C841AE

Text Example


Text Example

White with #C841AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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