Html Css Color HEX #C84EB8 Fuchsia

📋 copy color: '#C84EB8'

red 200 ◦ green 78 ◦ blue 184

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

Shades of Fuchsia #C84EB8

Tints of Fuchsia #C84EB8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 43.29%
G = 16.88%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C84EB8 (or 0xC84EB8) is known color: Fuchsia. HEX triplet: C8, 4E and B8. RGB value is (200,78,184). Sum of RGB (Red+Green+Blue) = 200+78+184=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EB8 is #37B147. Grayscale: #7E7E7E. Windows color (decimal): -3649864 or 12078792. OLE color: 12078792.

HSL color Cylindrical-coordinate representation of color #C84EB8: hue angle of 307.87º degrees, saturation: 0.53, 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 #C84EB8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 78 184 -
CMYK 0 0.61 0.08 0.22
HSL 307.87º 0.53% 0.55% -
HSV(B) 307.87º 0.61% 0.78% -
XYZ 35.2 21.19 47.58 -
YUV 126.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 200 78 184 0 0.61 0.08 0.22 307.87 0.53 0.55
Hex C8 4E B8 0 3D 8 16 134 35 37
Octal 310 116 270 0 75 10 26 464 65 67
Binary 11001000 1001110 10111000 0 111101 1000 10110 100110100 110101 110111

Color Harmonies of #C84EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EB8

Black with #C84EB8

Text Example


Text Example

White with #C84EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EB8; }

 p { color: rgb(200,78,184); }

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

background-color css

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

 a { background-color: rgb(200,78,184); }

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

border-color css

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

 span { border-color: rgb(200,78,184); }

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