Html Css Color HEX #C84ACE Fuchsia

📋 copy color: '#C84ACE'

red 200 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #C84ACE

Tints of Fuchsia #C84ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 41.67%
G = 15.42%
B = 42.92%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C84ACE (or 0xC84ACE) is known color: Fuchsia. HEX triplet: C8, 4A and CE. RGB value is (200,74,206). Sum of RGB (Red+Green+Blue) = 200+74+206=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACE is #37B531. Grayscale: #7E7E7E. Windows color (decimal): -3650866 or 13519560. OLE color: 13519560.

HSL color Cylindrical-coordinate representation of color #C84ACE: hue angle of 297.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACE is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 74 206 -
CMYK 0.03 0.64 0 0.19
HSL 297.27º 0.57% 0.55% -
HSV(B) 297.27º 0.64% 0.81% -
XYZ 37.41 21.63 60.6 -
YUV 126.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 200 74 206 0.03 0.64 0 0.19 297.27 0.57 0.55
Hex C8 4A CE 3 40 0 13 129 39 37
Octal 310 112 316 3 100 0 23 451 71 67
Binary 11001000 1001010 11001110 11 1000000 0 10011 100101001 111001 110111

Color Harmonies of #C84ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ACE

Black with #C84ACE

Text Example


Text Example

White with #C84ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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