Html Css Color HEX #C84CC5 Fuchsia

📋 copy color: '#C84CC5'

red 200 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #C84CC5

Tints of Fuchsia #C84CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 42.28%
G = 16.07%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C84CC5 (or 0xC84CC5) is known color: Fuchsia. HEX triplet: C8, 4C and C5. RGB value is (200,76,197). Sum of RGB (Red+Green+Blue) = 200+76+197=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CC5 is #37B33A. Grayscale: #7E7E7E. Windows color (decimal): -3650363 or 12930248. OLE color: 12930248.

HSL color Cylindrical-coordinate representation of color #C84CC5: hue angle of 301.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84CC5 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 76 197 -
CMYK 0 0.62 0.02 0.22
HSL 301.45º 0.53% 0.54% -
HSV(B) 301.45º 0.62% 0.78% -
XYZ 36.48 21.48 55.05 -
YUV 126.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 200 76 197 0 0.62 0.02 0.22 301.45 0.53 0.54
Hex C8 4C C5 0 3E 2 16 12D 35 36
Octal 310 114 305 0 76 2 26 455 65 66
Binary 11001000 1001100 11000101 0 111110 10 10110 100101101 110101 110110

Color Harmonies of #C84CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CC5

Black with #C84CC5

Text Example


Text Example

White with #C84CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CC5; }

 p { color: rgb(200,76,197); }

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

background-color css

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

 a { background-color: rgb(200,76,197); }

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

border-color css

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

 span { border-color: rgb(200,76,197); }

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