Html Css Color HEX #C84FAA Fuchsia

📋 copy color: '#C84FAA'

red 200 ◦ green 79 ◦ blue 170

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

Shades of Fuchsia #C84FAA

Tints of Fuchsia #C84FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 44.54%
G = 17.59%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C84FAA (or 0xC84FAA) is known color: Fuchsia. HEX triplet: C8, 4F and AA. RGB value is (200,79,170). Sum of RGB (Red+Green+Blue) = 200+79+170=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FAA is #37B055. Grayscale: #7D7D7D. Windows color (decimal): -3649622 or 11161544. OLE color: 11161544.

HSL color Cylindrical-coordinate representation of color #C84FAA: hue angle of 314.88º degrees, saturation: 0.52, 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 #C84FAA is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 170 -
CMYK 0 0.60 0.15 0.22
HSL 314.88º 0.52% 0.55% -
HSV(B) 314.88º 0.61% 0.78% -
XYZ 33.87 20.77 40.25 -
YUV 125.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 200 79 170 0 0.60 0.15 0.22 314.88 0.52 0.55
Hex C8 4F AA 0 3C F 16 13B 34 37
Octal 310 117 252 0 74 17 26 473 64 67
Binary 11001000 1001111 10101010 0 111100 1111 10110 100111011 110100 110111

Color Harmonies of #C84FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FAA

Black with #C84FAA

Text Example


Text Example

White with #C84FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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