Html Css Color HEX #C249AD Fuchsia

📋 copy color: '#C249AD'

red 194 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C249AD

Tints of Fuchsia #C249AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 44.09%
G = 16.59%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C249AD (or 0xC249AD) is known color: Fuchsia. HEX triplet: C2, 49 and AD. RGB value is (194,73,173). Sum of RGB (Red+Green+Blue) = 194+73+173=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AD is #3DB652. Grayscale: #787878. Windows color (decimal): -4044371 or 11356610. OLE color: 11356610.

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

Color convert

RGB 194 73 173 -
CMYK 0 0.62 0.11 0.24
HSL 310.41º 0.5% 0.52% -
HSV(B) 310.41º 0.62% 0.76% -
XYZ 32.17 19.25 41.56 -
YUV 120.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 194 73 173 0 0.62 0.11 0.24 310.41 0.5 0.52
Hex C2 49 AD 0 3E B 18 136 32 34
Octal 302 111 255 0 76 13 30 466 62 64
Binary 11000010 1001001 10101101 0 111110 1011 11000 100110110 110010 110100

Color Harmonies of #C249AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249AD

Black with #C249AD

Text Example


Text Example

White with #C249AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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