Html Css Color HEX #C84FC6 Fuchsia

📋 copy color: '#C84FC6'

red 200 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #C84FC6

Tints of Fuchsia #C84FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 41.93%
G = 16.56%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C84FC6 (or 0xC84FC6) is known color: Fuchsia. HEX triplet: C8, 4F and C6. RGB value is (200,79,198). Sum of RGB (Red+Green+Blue) = 200+79+198=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FC6 is #37B039. Grayscale: #808080. Windows color (decimal): -3649594 or 12996552. OLE color: 12996552.

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

Color convert

RGB 200 79 198 -
CMYK 0 0.60 0.01 0.22
HSL 300.99º 0.52% 0.55% -
HSV(B) 300.99º 0.61% 0.78% -
XYZ 36.81 21.95 55.72 -
YUV 128.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 200 79 198 0 0.60 0.01 0.22 300.99 0.52 0.55
Hex C8 4F C6 0 3C 1 16 12D 34 37
Octal 310 117 306 0 74 1 26 455 64 67
Binary 11001000 1001111 11000110 0 111100 1 10110 100101101 110100 110111

Color Harmonies of #C84FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FC6

Black with #C84FC6

Text Example


Text Example

White with #C84FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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