Html Css Color HEX #C249A9 Fuchsia

📋 copy color: '#C249A9'

red 194 ◦ green 73 ◦ blue 169

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

Shades of Fuchsia #C249A9

Tints of Fuchsia #C249A9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 169 (66.41% from 255) = 38.76%

R = 44.5%
G = 16.74%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C249A9 (or 0xC249A9) is known color: Fuchsia. HEX triplet: C2, 49 and A9. RGB value is (194,73,169). Sum of RGB (Red+Green+Blue) = 194+73+169=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A9 is #3DB656. Grayscale: #777777. Windows color (decimal): -4044375 or 11094466. OLE color: 11094466.

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

Color convert

RGB 194 73 169 -
CMYK 0 0.62 0.13 0.24
HSL 312.4º 0.5% 0.52% -
HSV(B) 312.4º 0.62% 0.76% -
XYZ 31.79 19.1 39.55 -
YUV 120.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 194 73 169 0 0.62 0.13 0.24 312.4 0.5 0.52
Hex C2 49 A9 0 3E D 18 138 32 34
Octal 302 111 251 0 76 15 30 470 62 64
Binary 11000010 1001001 10101001 0 111110 1101 11000 100111000 110010 110100

Color Harmonies of #C249A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249A9

Black with #C249A9

Text Example


Text Example

White with #C249A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249A9; }

 p { color: rgb(194,73,169); }

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

background-color css

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

 a { background-color: rgb(194,73,169); }

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

border-color css

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

 span { border-color: rgb(194,73,169); }

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