Html Css Color HEX #C049B9 Fuchsia

📋 copy color: '#C049B9'

red 192 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #C049B9

Tints of Fuchsia #C049B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 42.67%
G = 16.22%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C049B9 (or 0xC049B9) is known color: Fuchsia. HEX triplet: C0, 49 and B9. RGB value is (192,73,185). Sum of RGB (Red+Green+Blue) = 192+73+185=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C049B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049B9 is #3FB646. Grayscale: #797979. Windows color (decimal): -4175431 or 12143040. OLE color: 12143040.

HSL color Cylindrical-coordinate representation of color #C049B9: hue angle of 303.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049B9 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 185 -
CMYK 0 0.62 0.04 0.25
HSL 303.53º 0.49% 0.52% -
HSV(B) 303.53º 0.62% 0.75% -
XYZ 32.88 19.47 47.93 -
YUV 121.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 192 73 185 0 0.62 0.04 0.25 303.53 0.49 0.52
Hex C0 49 B9 0 3E 4 19 130 31 34
Octal 300 111 271 0 76 4 31 460 61 64
Binary 11000000 1001001 10111001 0 111110 100 11001 100110000 110001 110100

Color Harmonies of #C049B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049B9

Black with #C049B9

Text Example


Text Example

White with #C049B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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