Html Css Color HEX #C248AC Fuchsia

📋 copy color: '#C248AC'

red 194 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C248AC

Tints of Fuchsia #C248AC

RGB

 RED value IS 194 (76.17% from 255) = 44.29%

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

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

R = 44.29%
G = 16.44%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C248AC (or 0xC248AC) is known color: Fuchsia. HEX triplet: C2, 48 and AC. RGB value is (194,72,172). Sum of RGB (Red+Green+Blue) = 194+72+172=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C248AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248AC is #3DB753. Grayscale: #777777. Windows color (decimal): -4044628 or 11290818. OLE color: 11290818.

HSL color Cylindrical-coordinate representation of color #C248AC: hue angle of 310.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C248AC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 172 -
CMYK 0 0.63 0.11 0.24
HSL 310.82º 0.5% 0.52% -
HSV(B) 310.82º 0.63% 0.76% -
XYZ 32.01 19.08 41.03 -
YUV 119.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 194 72 172 0 0.63 0.11 0.24 310.82 0.5 0.52
Hex C2 48 AC 0 3F B 18 137 32 34
Octal 302 110 254 0 77 13 30 467 62 64
Binary 11000010 1001000 10101100 0 111111 1011 11000 100110111 110010 110100

Color Harmonies of #C248AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248AC

Black with #C248AC

Text Example


Text Example

White with #C248AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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