Html Css Color HEX #C049C3 Fuchsia

📋 copy color: '#C049C3'

red 192 ◦ green 73 ◦ blue 195

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

Shades of Fuchsia #C049C3

Tints of Fuchsia #C049C3

RGB

 RED value IS 192 (75.39% from 255) = 41.74%

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

 BLUE value IS 195 (76.56% from 255) = 42.39%

R = 41.74%
G = 15.87%
B = 42.39%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C049C3 (or 0xC049C3) is known color: Fuchsia. HEX triplet: C0, 49 and C3. RGB value is (192,73,195). Sum of RGB (Red+Green+Blue) = 192+73+195=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #C049C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049C3 is #3FB63C. Grayscale: #7A7A7A. Windows color (decimal): -4175421 or 12798400. OLE color: 12798400.

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

Color convert

RGB 192 73 195 -
CMYK 0.02 0.63 0 0.24
HSL 298.52º 0.5% 0.53% -
HSV(B) 298.52º 0.63% 0.76% -
XYZ 33.97 19.91 53.68 -
YUV 122.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 192 73 195 0.02 0.63 0 0.24 298.52 0.5 0.53
Hex C0 49 C3 2 3F 0 18 12B 32 35
Octal 300 111 303 2 77 0 30 453 62 65
Binary 11000000 1001001 11000011 10 111111 0 11000 100101011 110010 110101

Color Harmonies of #C049C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049C3

Black with #C049C3

Text Example


Text Example

White with #C049C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049C3; }

 p { color: rgb(192,73,195); }

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

background-color css

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

 a { background-color: rgb(192,73,195); }

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

border-color css

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

 span { border-color: rgb(192,73,195); }

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