Html Css Color HEX #C848AC Fuchsia

📋 copy color: '#C848AC'

red 200 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C848AC

Tints of Fuchsia #C848AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 45.05%
G = 16.22%
B = 38.74%

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

#C848AC (or 0xC848AC) is known color: Fuchsia. HEX triplet: C8, 48 and AC. RGB value is (200,72,172). Sum of RGB (Red+Green+Blue) = 200+72+172=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C848AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848AC is #37B753. Grayscale: #797979. Windows color (decimal): -3651412 or 11290824. OLE color: 11290824.

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

Color convert

RGB 200 72 172 -
CMYK 0 0.64 0.14 0.22
HSL 313.13º 0.54% 0.53% -
HSV(B) 313.13º 0.64% 0.78% -
XYZ 33.58 19.89 41.1 -
YUV 121.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 200 72 172 0 0.64 0.14 0.22 313.13 0.54 0.53
Hex C8 48 AC 0 40 E 16 139 36 35
Octal 310 110 254 0 100 16 26 471 66 65
Binary 11001000 1001000 10101100 0 1000000 1110 10110 100111001 110110 110101

Color Harmonies of #C848AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848AC

Black with #C848AC

Text Example


Text Example

White with #C848AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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