Html Css Color HEX #C84FBA Fuchsia

📋 copy color: '#C84FBA'

red 200 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #C84FBA

Tints of Fuchsia #C84FBA

RGB

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

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

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

R = 43.01%
G = 16.99%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C84FBA (or 0xC84FBA) is known color: Fuchsia. HEX triplet: C8, 4F and BA. RGB value is (200,79,186). Sum of RGB (Red+Green+Blue) = 200+79+186=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FBA is #37B045. Grayscale: #7F7F7F. Windows color (decimal): -3649606 or 12210120. OLE color: 12210120.

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

Color convert

RGB 200 79 186 -
CMYK 0 0.60 0.07 0.22
HSL 306.94º 0.52% 0.55% -
HSV(B) 306.94º 0.61% 0.78% -
XYZ 35.48 21.42 48.72 -
YUV 127.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 200 79 186 0 0.60 0.07 0.22 306.94 0.52 0.55
Hex C8 4F BA 0 3C 7 16 133 34 37
Octal 310 117 272 0 74 7 26 463 64 67
Binary 11001000 1001111 10111010 0 111100 111 10110 100110011 110100 110111

Color Harmonies of #C84FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FBA

Black with #C84FBA

Text Example


Text Example

White with #C84FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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