Html Css Color HEX #C84EBA Fuchsia

📋 copy color: '#C84EBA'

red 200 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #C84EBA

Tints of Fuchsia #C84EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 43.1%
G = 16.81%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C84EBA (or 0xC84EBA) is known color: Fuchsia. HEX triplet: C8, 4E and BA. RGB value is (200,78,186). Sum of RGB (Red+Green+Blue) = 200+78+186=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EBA is #37B145. Grayscale: #7E7E7E. Windows color (decimal): -3649862 or 12209864. OLE color: 12209864.

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

Color convert

RGB 200 78 186 -
CMYK 0 0.61 0.07 0.22
HSL 306.89º 0.53% 0.55% -
HSV(B) 306.89º 0.61% 0.78% -
XYZ 35.41 21.27 48.69 -
YUV 126.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 200 78 186 0 0.61 0.07 0.22 306.89 0.53 0.55
Hex C8 4E BA 0 3D 7 16 133 35 37
Octal 310 116 272 0 75 7 26 463 65 67
Binary 11001000 1001110 10111010 0 111101 111 10110 100110011 110101 110111

Color Harmonies of #C84EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EBA

Black with #C84EBA

Text Example


Text Example

White with #C84EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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