Html Css Color HEX #C84DAB Fuchsia

📋 copy color: '#C84DAB'

red 200 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #C84DAB

Tints of Fuchsia #C84DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 44.64%
G = 17.19%
B = 38.17%

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

#C84DAB (or 0xC84DAB) is known color: Fuchsia. HEX triplet: C8, 4D and AB. RGB value is (200,77,171). Sum of RGB (Red+Green+Blue) = 200+77+171=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAB is #37B254. Grayscale: #7C7C7C. Windows color (decimal): -3650133 or 11226568. OLE color: 11226568.

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

Color convert

RGB 200 77 171 -
CMYK 0 0.62 0.14 0.22
HSL 314.15º 0.53% 0.54% -
HSV(B) 314.15º 0.62% 0.78% -
XYZ 33.82 20.53 40.71 -
YUV 124.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 200 77 171 0 0.62 0.14 0.22 314.15 0.53 0.54
Hex C8 4D AB 0 3E E 16 13A 35 36
Octal 310 115 253 0 76 16 26 472 65 66
Binary 11001000 1001101 10101011 0 111110 1110 10110 100111010 110101 110110

Color Harmonies of #C84DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DAB

Black with #C84DAB

Text Example


Text Example

White with #C84DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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