Html Css Color HEX #C049B8 Fuchsia

📋 copy color: '#C049B8'

red 192 ◦ green 73 ◦ blue 184

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

Shades of Fuchsia #C049B8

Tints of Fuchsia #C049B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 42.76%
G = 16.26%
B = 40.98%

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

#C049B8 (or 0xC049B8) is known color: Fuchsia. HEX triplet: C0, 49 and B8. RGB value is (192,73,184). Sum of RGB (Red+Green+Blue) = 192+73+184=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C049B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049B8 is #3FB647. Grayscale: #787878. Windows color (decimal): -4175432 or 12077504. OLE color: 12077504.

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

Color convert

RGB 192 73 184 -
CMYK 0 0.62 0.04 0.25
HSL 304.03º 0.49% 0.52% -
HSV(B) 304.03º 0.62% 0.75% -
XYZ 32.77 19.43 47.37 -
YUV 121.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 192 73 184 0 0.62 0.04 0.25 304.03 0.49 0.52
Hex C0 49 B8 0 3E 4 19 130 31 34
Octal 300 111 270 0 76 4 31 460 61 64
Binary 11000000 1001001 10111000 0 111110 100 11001 100110000 110001 110100

Color Harmonies of #C049B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049B8

Black with #C049B8

Text Example


Text Example

White with #C049B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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