Html Css Color HEX #C841AB Fuchsia

📋 copy color: '#C841AB'

red 200 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #C841AB

Tints of Fuchsia #C841AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 45.87%
G = 14.91%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C841AB (or 0xC841AB) is known color: Fuchsia. HEX triplet: C8, 41 and AB. RGB value is (200,65,171). Sum of RGB (Red+Green+Blue) = 200+65+171=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AB is #37BE54. Grayscale: #757575. Windows color (decimal): -3653205 or 11223496. OLE color: 11223496.

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

Color convert

RGB 200 65 171 -
CMYK 0 0.68 0.14 0.22
HSL 312.89º 0.55% 0.52% -
HSV(B) 312.89º 0.68% 0.78% -
XYZ 33.06 19 40.45 -
YUV 117.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 200 65 171 0 0.68 0.14 0.22 312.89 0.55 0.52
Hex C8 41 AB 0 44 E 16 139 37 34
Octal 310 101 253 0 104 16 26 471 67 64
Binary 11001000 1000001 10101011 0 1000100 1110 10110 100111001 110111 110100

Color Harmonies of #C841AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841AB

Black with #C841AB

Text Example


Text Example

White with #C841AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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