Html Css Color HEX #C84DC6 Fuchsia

📋 copy color: '#C84DC6'

red 200 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #C84DC6

Tints of Fuchsia #C84DC6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

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

R = 42.11%
G = 16.21%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C84DC6 (or 0xC84DC6) is known color: Fuchsia. HEX triplet: C8, 4D and C6. RGB value is (200,77,198). Sum of RGB (Red+Green+Blue) = 200+77+198=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC6 is #37B239. Grayscale: #7F7F7F. Windows color (decimal): -3650106 or 12996040. OLE color: 12996040.

HSL color Cylindrical-coordinate representation of color #C84DC6: hue angle of 300.98º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DC6 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 77 198 -
CMYK 0 0.62 0.01 0.22
HSL 300.98º 0.53% 0.54% -
HSV(B) 300.98º 0.62% 0.78% -
XYZ 36.67 21.66 55.68 -
YUV 127.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 200 77 198 0 0.62 0.01 0.22 300.98 0.53 0.54
Hex C8 4D C6 0 3E 1 16 12D 35 36
Octal 310 115 306 0 76 1 26 455 65 66
Binary 11001000 1001101 11000110 0 111110 1 10110 100101101 110101 110110

Color Harmonies of #C84DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DC6

Black with #C84DC6

Text Example


Text Example

White with #C84DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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