Html Css Color HEX #C84EB2 Fuchsia

📋 copy color: '#C84EB2'

red 200 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #C84EB2

Tints of Fuchsia #C84EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 43.86%
G = 17.11%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C84EB2 (or 0xC84EB2) is known color: Fuchsia. HEX triplet: C8, 4E and B2. RGB value is (200,78,178). Sum of RGB (Red+Green+Blue) = 200+78+178=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EB2 is #37B14D. Grayscale: #7D7D7D. Windows color (decimal): -3649870 or 11685576. OLE color: 11685576.

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

Color convert

RGB 200 78 178 -
CMYK 0 0.61 0.11 0.22
HSL 310.82º 0.53% 0.55% -
HSV(B) 310.82º 0.61% 0.78% -
XYZ 34.58 20.94 44.34 -
YUV 125.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 200 78 178 0 0.61 0.11 0.22 310.82 0.53 0.55
Hex C8 4E B2 0 3D B 16 137 35 37
Octal 310 116 262 0 75 13 26 467 65 67
Binary 11001000 1001110 10110010 0 111101 1011 10110 100110111 110101 110111

Color Harmonies of #C84EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EB2

Black with #C84EB2

Text Example


Text Example

White with #C84EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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