Html Css Color HEX #C84DC3 Fuchsia

📋 copy color: '#C84DC3'

red 200 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #C84DC3

Tints of Fuchsia #C84DC3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

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

R = 42.37%
G = 16.31%
B = 41.31%

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

#C84DC3 (or 0xC84DC3) is known color: Fuchsia. HEX triplet: C8, 4D and C3. RGB value is (200,77,195). Sum of RGB (Red+Green+Blue) = 200+77+195=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC3 is #37B23C. Grayscale: #7E7E7E. Windows color (decimal): -3650109 or 12799432. OLE color: 12799432.

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

Color convert

RGB 200 77 195 -
CMYK 0 0.62 0.02 0.22
HSL 302.44º 0.53% 0.54% -
HSV(B) 302.44º 0.62% 0.78% -
XYZ 36.32 21.53 53.87 -
YUV 127.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 200 77 195 0 0.62 0.02 0.22 302.44 0.53 0.54
Hex C8 4D C3 0 3E 2 16 12E 35 36
Octal 310 115 303 0 76 2 26 456 65 66
Binary 11001000 1001101 11000011 0 111110 10 10110 100101110 110101 110110

Color Harmonies of #C84DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DC3

Black with #C84DC3

Text Example


Text Example

White with #C84DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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