Html Css Color HEX #C84FC5 Fuchsia

📋 copy color: '#C84FC5'

red 200 ◦ green 79 ◦ blue 197

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

Shades of Fuchsia #C84FC5

Tints of Fuchsia #C84FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.39%

R = 42.02%
G = 16.6%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C84FC5 (or 0xC84FC5) is known color: Fuchsia. HEX triplet: C8, 4F and C5. RGB value is (200,79,197). Sum of RGB (Red+Green+Blue) = 200+79+197=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FC5 is #37B03A. Grayscale: #808080. Windows color (decimal): -3649595 or 12931016. OLE color: 12931016.

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

Color convert

RGB 200 79 197 -
CMYK 0 0.60 0.02 0.22
HSL 301.49º 0.52% 0.55% -
HSV(B) 301.49º 0.61% 0.78% -
XYZ 36.69 21.9 55.12 -
YUV 128.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 200 79 197 0 0.60 0.02 0.22 301.49 0.52 0.55
Hex C8 4F C5 0 3C 2 16 12D 34 37
Octal 310 117 305 0 74 2 26 455 64 67
Binary 11001000 1001111 11000101 0 111100 10 10110 100101101 110100 110111

Color Harmonies of #C84FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FC5

Black with #C84FC5

Text Example


Text Example

White with #C84FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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