Html Css Color HEX #C84AC7 Fuchsia

📋 copy color: '#C84AC7'

red 200 ◦ green 74 ◦ blue 199

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

Shades of Fuchsia #C84AC7

Tints of Fuchsia #C84AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 42.28%
G = 15.64%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C84AC7 (or 0xC84AC7) is known color: Fuchsia. HEX triplet: C8, 4A and C7. RGB value is (200,74,199). Sum of RGB (Red+Green+Blue) = 200+74+199=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AC7 is #37B538. Grayscale: #7D7D7D. Windows color (decimal): -3650873 or 13060808. OLE color: 13060808.

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

Color convert

RGB 200 74 199 -
CMYK 0 0.63 0.00 0.22
HSL 300.48º 0.53% 0.54% -
HSV(B) 300.48º 0.63% 0.78% -
XYZ 36.58 21.3 56.22 -
YUV 125.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 200 74 199 0 0.63 0.00 0.22 300.48 0.53 0.54
Hex C8 4A C7 0 3F 0 16 12C 35 36
Octal 310 112 307 0 77 0 26 454 65 66
Binary 11001000 1001010 11000111 0 111111 0 10110 100101100 110101 110110

Color Harmonies of #C84AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AC7

Black with #C84AC7

Text Example


Text Example

White with #C84AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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