Html Css Color HEX #C84DA9 Fuchsia

📋 copy color: '#C84DA9'

red 200 ◦ green 77 ◦ blue 169

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

Shades of Fuchsia #C84DA9

Tints of Fuchsia #C84DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 44.84%
G = 17.26%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C84DA9 (or 0xC84DA9) is known color: Fuchsia. HEX triplet: C8, 4D and A9. RGB value is (200,77,169). Sum of RGB (Red+Green+Blue) = 200+77+169=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DA9 is #37B256. Grayscale: #7C7C7C. Windows color (decimal): -3650135 or 11095496. OLE color: 11095496.

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

Color convert

RGB 200 77 169 -
CMYK 0 0.62 0.16 0.22
HSL 315.12º 0.53% 0.54% -
HSV(B) 315.12º 0.62% 0.78% -
XYZ 33.63 20.45 39.71 -
YUV 124.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 200 77 169 0 0.62 0.16 0.22 315.12 0.53 0.54
Hex C8 4D A9 0 3E 10 16 13B 35 36
Octal 310 115 251 0 76 20 26 473 65 66
Binary 11001000 1001101 10101001 0 111110 10000 10110 100111011 110101 110110

Color Harmonies of #C84DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DA9

Black with #C84DA9

Text Example


Text Example

White with #C84DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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