Html Css Color HEX #C84FBC Fuchsia

📋 copy color: '#C84FBC'

red 200 ◦ green 79 ◦ blue 188

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

Shades of Fuchsia #C84FBC

Tints of Fuchsia #C84FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 42.83%
G = 16.92%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C84FBC (or 0xC84FBC) is known color: Fuchsia. HEX triplet: C8, 4F and BC. RGB value is (200,79,188). Sum of RGB (Red+Green+Blue) = 200+79+188=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FBC is #37B043. Grayscale: #7F7F7F. Windows color (decimal): -3649604 or 12341192. OLE color: 12341192.

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

Color convert

RGB 200 79 188 -
CMYK 0 0.60 0.06 0.22
HSL 305.95º 0.52% 0.55% -
HSV(B) 305.95º 0.61% 0.78% -
XYZ 35.69 21.5 49.85 -
YUV 127.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 200 79 188 0 0.60 0.06 0.22 305.95 0.52 0.55
Hex C8 4F BC 0 3C 6 16 132 34 37
Octal 310 117 274 0 74 6 26 462 64 67
Binary 11001000 1001111 10111100 0 111100 110 10110 100110010 110100 110111

Color Harmonies of #C84FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FBC

Black with #C84FBC

Text Example


Text Example

White with #C84FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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