Html Css Color HEX #C749BA Fuchsia

📋 copy color: '#C749BA'

red 199 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #C749BA

Tints of Fuchsia #C749BA

RGB

 RED value IS 199 (78.13% from 255) = 43.45%

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 43.45%
G = 15.94%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C749BA (or 0xC749BA) is known color: Fuchsia. HEX triplet: C7, 49 and BA. RGB value is (199,73,186). Sum of RGB (Red+Green+Blue) = 199+73+186=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C749BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749BA is #38B645. Grayscale: #7B7B7B. Windows color (decimal): -3716678 or 12208583. OLE color: 12208583.

HSL color Cylindrical-coordinate representation of color #C749BA: hue angle of 306.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749BA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 186 -
CMYK 0 0.63 0.07 0.22
HSL 306.19º 0.53% 0.53% -
HSV(B) 306.19º 0.63% 0.78% -
XYZ 34.8 20.45 48.57 -
YUV 123.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 199 73 186 0 0.63 0.07 0.22 306.19 0.53 0.53
Hex C7 49 BA 0 3F 7 16 132 35 35
Octal 307 111 272 0 77 7 26 462 65 65
Binary 11000111 1001001 10111010 0 111111 111 10110 100110010 110101 110101

Color Harmonies of #C749BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749BA

Black with #C749BA

Text Example


Text Example

White with #C749BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749BA; }

 p { color: rgb(199,73,186); }

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

background-color css

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

 a { background-color: rgb(199,73,186); }

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

border-color css

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

 span { border-color: rgb(199,73,186); }

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