Html Css Color HEX #C248AA Fuchsia

📋 copy color: '#C248AA'

red 194 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #C248AA

Tints of Fuchsia #C248AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 44.5%
G = 16.51%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C248AA (or 0xC248AA) is known color: Fuchsia. HEX triplet: C2, 48 and AA. RGB value is (194,72,170). Sum of RGB (Red+Green+Blue) = 194+72+170=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C248AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248AA is #3DB755. Grayscale: #777777. Windows color (decimal): -4044630 or 11159746. OLE color: 11159746.

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

Color convert

RGB 194 72 170 -
CMYK 0 0.63 0.12 0.24
HSL 311.8º 0.5% 0.52% -
HSV(B) 311.8º 0.63% 0.76% -
XYZ 31.82 19.01 40.02 -
YUV 119.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 194 72 170 0 0.63 0.12 0.24 311.8 0.5 0.52
Hex C2 48 AA 0 3F C 18 138 32 34
Octal 302 110 252 0 77 14 30 470 62 64
Binary 11000010 1001000 10101010 0 111111 1100 11000 100111000 110010 110100

Color Harmonies of #C248AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248AA

Black with #C248AA

Text Example


Text Example

White with #C248AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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