Html Css Color HEX #C84FC2 Fuchsia

📋 copy color: '#C84FC2'

red 200 ◦ green 79 ◦ blue 194

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

Shades of Fuchsia #C84FC2

Tints of Fuchsia #C84FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 42.28%
G = 16.7%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C84FC2 (or 0xC84FC2) is known color: Fuchsia. HEX triplet: C8, 4F and C2. RGB value is (200,79,194). Sum of RGB (Red+Green+Blue) = 200+79+194=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FC2 is #37B03D. Grayscale: #7F7F7F. Windows color (decimal): -3649598 or 12734408. OLE color: 12734408.

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

Color convert

RGB 200 79 194 -
CMYK 0 0.60 0.03 0.22
HSL 302.98º 0.52% 0.55% -
HSV(B) 302.98º 0.61% 0.78% -
XYZ 36.35 21.77 53.32 -
YUV 128.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 200 79 194 0 0.60 0.03 0.22 302.98 0.52 0.55
Hex C8 4F C2 0 3C 3 16 12F 34 37
Octal 310 117 302 0 74 3 26 457 64 67
Binary 11001000 1001111 11000010 0 111100 11 10110 100101111 110100 110111

Color Harmonies of #C84FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FC2

Black with #C84FC2

Text Example


Text Example

White with #C84FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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