Html Css Color HEX #C848AB Fuchsia

📋 copy color: '#C848AB'

red 200 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #C848AB

Tints of Fuchsia #C848AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

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

R = 45.15%
G = 16.25%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C848AB (or 0xC848AB) is known color: Fuchsia. HEX triplet: C8, 48 and AB. RGB value is (200,72,171). Sum of RGB (Red+Green+Blue) = 200+72+171=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C848AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848AB is #37B754. Grayscale: #797979. Windows color (decimal): -3651413 or 11225288. OLE color: 11225288.

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

Color convert

RGB 200 72 171 -
CMYK 0 0.64 0.14 0.22
HSL 313.59º 0.54% 0.53% -
HSV(B) 313.59º 0.64% 0.78% -
XYZ 33.49 19.85 40.6 -
YUV 121.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 200 72 171 0 0.64 0.14 0.22 313.59 0.54 0.53
Hex C8 48 AB 0 40 E 16 13A 36 35
Octal 310 110 253 0 100 16 26 472 66 65
Binary 11001000 1001000 10101011 0 1000000 1110 10110 100111010 110110 110101

Color Harmonies of #C848AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848AB

Black with #C848AB

Text Example


Text Example

White with #C848AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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