Html Css Color HEX #C84AAC Fuchsia

📋 copy color: '#C84AAC'

red 200 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #C84AAC

Tints of Fuchsia #C84AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

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

R = 44.84%
G = 16.59%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84AAC (or 0xC84AAC) is known color: Fuchsia. HEX triplet: C8, 4A and AC. RGB value is (200,74,172). Sum of RGB (Red+Green+Blue) = 200+74+172=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAC is #37B553. Grayscale: #7A7A7A. Windows color (decimal): -3650900 or 11291336. OLE color: 11291336.

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

Color convert

RGB 200 74 172 -
CMYK 0 0.63 0.14 0.22
HSL 313.33º 0.53% 0.54% -
HSV(B) 313.33º 0.63% 0.78% -
XYZ 33.71 20.16 41.14 -
YUV 122.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 200 74 172 0 0.63 0.14 0.22 313.33 0.53 0.54
Hex C8 4A AC 0 3F E 16 139 35 36
Octal 310 112 254 0 77 16 26 471 65 66
Binary 11001000 1001010 10101100 0 111111 1110 10110 100111001 110101 110110

Color Harmonies of #C84AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AAC

Black with #C84AAC

Text Example


Text Example

White with #C84AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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