Html Css Color HEX #C84FC3 Fuchsia

📋 copy color: '#C84FC3'

red 200 ◦ green 79 ◦ blue 195

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

Shades of Fuchsia #C84FC3

Tints of Fuchsia #C84FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 42.19%
G = 16.67%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C84FC3 (or 0xC84FC3) is known color: Fuchsia. HEX triplet: C8, 4F and C3. RGB value is (200,79,195). Sum of RGB (Red+Green+Blue) = 200+79+195=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FC3 is #37B03C. Grayscale: #808080. Windows color (decimal): -3649597 or 12799944. OLE color: 12799944.

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

Color convert

RGB 200 79 195 -
CMYK 0 0.60 0.02 0.22
HSL 302.48º 0.52% 0.55% -
HSV(B) 302.48º 0.61% 0.78% -
XYZ 36.47 21.81 53.92 -
YUV 128.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 200 79 195 0 0.60 0.02 0.22 302.48 0.52 0.55
Hex C8 4F C3 0 3C 2 16 12E 34 37
Octal 310 117 303 0 74 2 26 456 64 67
Binary 11001000 1001111 11000011 0 111100 10 10110 100101110 110100 110111

Color Harmonies of #C84FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FC3

Black with #C84FC3

Text Example


Text Example

White with #C84FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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