Html Css Color HEX #C84AAB Fuchsia

📋 copy color: '#C84AAB'

red 200 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #C84AAB

Tints of Fuchsia #C84AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

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

R = 44.94%
G = 16.63%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84AAB (or 0xC84AAB) is known color: Fuchsia. HEX triplet: C8, 4A and AB. RGB value is (200,74,171). Sum of RGB (Red+Green+Blue) = 200+74+171=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAB is #37B554. Grayscale: #7A7A7A. Windows color (decimal): -3650901 or 11225800. OLE color: 11225800.

HSL color Cylindrical-coordinate representation of color #C84AAB: hue angle of 313.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AAB is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 171 -
CMYK 0 0.63 0.14 0.22
HSL 313.81º 0.53% 0.54% -
HSV(B) 313.81º 0.63% 0.78% -
XYZ 33.62 20.12 40.64 -
YUV 122.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 200 74 171 0 0.63 0.14 0.22 313.81 0.53 0.54
Hex C8 4A AB 0 3F E 16 13A 35 36
Octal 310 112 253 0 77 16 26 472 65 66
Binary 11001000 1001010 10101011 0 111111 1110 10110 100111010 110101 110110

Color Harmonies of #C84AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AAB

Black with #C84AAB

Text Example


Text Example

White with #C84AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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