Html Css Color HEX #C84EAA Fuchsia

📋 copy color: '#C84EAA'

red 200 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #C84EAA

Tints of Fuchsia #C84EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 44.64%
G = 17.41%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C84EAA (or 0xC84EAA) is known color: Fuchsia. HEX triplet: C8, 4E and AA. RGB value is (200,78,170). Sum of RGB (Red+Green+Blue) = 200+78+170=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EAA is #37B155. Grayscale: #7C7C7C. Windows color (decimal): -3649878 or 11161288. OLE color: 11161288.

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

Color convert

RGB 200 78 170 -
CMYK 0 0.61 0.15 0.22
HSL 314.75º 0.53% 0.55% -
HSV(B) 314.75º 0.61% 0.78% -
XYZ 33.8 20.63 40.23 -
YUV 124.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 200 78 170 0 0.61 0.15 0.22 314.75 0.53 0.55
Hex C8 4E AA 0 3D F 16 13B 35 37
Octal 310 116 252 0 75 17 26 473 65 67
Binary 11001000 1001110 10101010 0 111101 1111 10110 100111011 110101 110111

Color Harmonies of #C84EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EAA

Black with #C84EAA

Text Example


Text Example

White with #C84EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EAA; }

 p { color: rgb(200,78,170); }

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

background-color css

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

 a { background-color: rgb(200,78,170); }

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

border-color css

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

 span { border-color: rgb(200,78,170); }

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