Html Css Color HEX #C249AF Fuchsia

📋 copy color: '#C249AF'

red 194 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C249AF

Tints of Fuchsia #C249AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 43.89%
G = 16.52%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C249AF (or 0xC249AF) is known color: Fuchsia. HEX triplet: C2, 49 and AF. RGB value is (194,73,175). Sum of RGB (Red+Green+Blue) = 194+73+175=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AF is #3DB650. Grayscale: #787878. Windows color (decimal): -4044369 or 11487682. OLE color: 11487682.

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

Color convert

RGB 194 73 175 -
CMYK 0 0.62 0.10 0.24
HSL 309.42º 0.5% 0.52% -
HSV(B) 309.42º 0.62% 0.76% -
XYZ 32.37 19.33 42.58 -
YUV 120.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 194 73 175 0 0.62 0.10 0.24 309.42 0.5 0.52
Hex C2 49 AF 0 3E A 18 135 32 34
Octal 302 111 257 0 76 12 30 465 62 64
Binary 11000010 1001001 10101111 0 111110 1010 11000 100110101 110010 110100

Color Harmonies of #C249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249AF

Black with #C249AF

Text Example


Text Example

White with #C249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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