Html Css Color HEX #C84AC4 Fuchsia

📋 copy color: '#C84AC4'

red 200 ◦ green 74 ◦ blue 196

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

Shades of Fuchsia #C84AC4

Tints of Fuchsia #C84AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 42.55%
G = 15.74%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C84AC4 (or 0xC84AC4) is known color: Fuchsia. HEX triplet: C8, 4A and C4. RGB value is (200,74,196). Sum of RGB (Red+Green+Blue) = 200+74+196=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AC4 is #37B53B. Grayscale: #7D7D7D. Windows color (decimal): -3650876 or 12864200. OLE color: 12864200.

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

Color convert

RGB 200 74 196 -
CMYK 0 0.63 0.02 0.22
HSL 301.9º 0.53% 0.54% -
HSV(B) 301.9º 0.63% 0.78% -
XYZ 36.23 21.16 54.4 -
YUV 125.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 200 74 196 0 0.63 0.02 0.22 301.9 0.53 0.54
Hex C8 4A C4 0 3F 2 16 12E 35 36
Octal 310 112 304 0 77 2 26 456 65 66
Binary 11001000 1001010 11000100 0 111111 10 10110 100101110 110101 110110

Color Harmonies of #C84AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AC4

Black with #C84AC4

Text Example


Text Example

White with #C84AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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