Html Css Color HEX #C84DAF Fuchsia

📋 copy color: '#C84DAF'

red 200 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #C84DAF

Tints of Fuchsia #C84DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 44.25%
G = 17.04%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C84DAF (or 0xC84DAF) is known color: Fuchsia. HEX triplet: C8, 4D and AF. RGB value is (200,77,175). Sum of RGB (Red+Green+Blue) = 200+77+175=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAF is #37B250. Grayscale: #7C7C7C. Windows color (decimal): -3650129 or 11488712. OLE color: 11488712.

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

Color convert

RGB 200 77 175 -
CMYK 0 0.62 0.12 0.22
HSL 312.2º 0.53% 0.54% -
HSV(B) 312.2º 0.62% 0.78% -
XYZ 34.21 20.68 42.75 -
YUV 124.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 200 77 175 0 0.62 0.12 0.22 312.2 0.53 0.54
Hex C8 4D AF 0 3E C 16 138 35 36
Octal 310 115 257 0 76 14 26 470 65 66
Binary 11001000 1001101 10101111 0 111110 1100 10110 100111000 110101 110110

Color Harmonies of #C84DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DAF

Black with #C84DAF

Text Example


Text Example

White with #C84DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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