Html Css Color HEX #C248A8 Fuchsia

📋 copy color: '#C248A8'

red 194 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #C248A8

Tints of Fuchsia #C248A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 44.7%
G = 16.59%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C248A8 (or 0xC248A8) is known color: Fuchsia. HEX triplet: C2, 48 and A8. RGB value is (194,72,168). Sum of RGB (Red+Green+Blue) = 194+72+168=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A8 is #3DB757. Grayscale: #777777. Windows color (decimal): -4044632 or 11028674. OLE color: 11028674.

HSL color Cylindrical-coordinate representation of color #C248A8: hue angle of 312.79º 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 #C248A8 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 168 -
CMYK 0 0.63 0.13 0.24
HSL 312.79º 0.5% 0.52% -
HSV(B) 312.79º 0.63% 0.76% -
XYZ 31.63 18.93 39.03 -
YUV 119.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 194 72 168 0 0.63 0.13 0.24 312.79 0.5 0.52
Hex C2 48 A8 0 3F D 18 139 32 34
Octal 302 110 250 0 77 15 30 471 62 64
Binary 11000010 1001000 10101000 0 111111 1101 11000 100111001 110010 110100

Color Harmonies of #C248A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248A8

Black with #C248A8

Text Example


Text Example

White with #C248A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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