Html Css Color HEX #C84DAD Fuchsia

📋 copy color: '#C84DAD'

red 200 ◦ green 77 ◦ blue 173

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

Shades of Fuchsia #C84DAD

Tints of Fuchsia #C84DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 44.44%
G = 17.11%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84DAD (or 0xC84DAD) is known color: Fuchsia. HEX triplet: C8, 4D and AD. RGB value is (200,77,173). Sum of RGB (Red+Green+Blue) = 200+77+173=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAD is #37B252. Grayscale: #7C7C7C. Windows color (decimal): -3650131 or 11357640. OLE color: 11357640.

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

Color convert

RGB 200 77 173 -
CMYK 0 0.62 0.14 0.22
HSL 313.17º 0.53% 0.54% -
HSV(B) 313.17º 0.62% 0.78% -
XYZ 34.02 20.6 41.72 -
YUV 124.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 200 77 173 0 0.62 0.14 0.22 313.17 0.53 0.54
Hex C8 4D AD 0 3E E 16 139 35 36
Octal 310 115 255 0 76 16 26 471 65 66
Binary 11001000 1001101 10101101 0 111110 1110 10110 100111001 110101 110110

Color Harmonies of #C84DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DAD

Black with #C84DAD

Text Example


Text Example

White with #C84DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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