Html Css Color HEX #C84FCC Fuchsia

📋 copy color: '#C84FCC'

red 200 ◦ green 79 ◦ blue 204

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

Shades of Fuchsia #C84FCC

Tints of Fuchsia #C84FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 41.41%
G = 16.36%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C84FCC (or 0xC84FCC) is known color: Fuchsia. HEX triplet: C8, 4F and CC. RGB value is (200,79,204). Sum of RGB (Red+Green+Blue) = 200+79+204=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCC is #37B033. Grayscale: #818181. Windows color (decimal): -3649588 or 13389768. OLE color: 13389768.

HSL color Cylindrical-coordinate representation of color #C84FCC: hue angle of 298.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FCC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 79 204 -
CMYK 0.02 0.61 0 0.2
HSL 298.08º 0.55% 0.55% -
HSV(B) 298.08º 0.61% 0.8% -
XYZ 37.51 22.23 59.44 -
YUV 129.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 200 79 204 0.02 0.61 0 0.2 298.08 0.55 0.55
Hex C8 4F CC 2 3D 0 14 12A 37 37
Octal 310 117 314 2 75 0 24 452 67 67
Binary 11001000 1001111 11001100 10 111101 0 10100 100101010 110111 110111

Color Harmonies of #C84FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FCC

Black with #C84FCC

Text Example


Text Example

White with #C84FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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