Html Css Color HEX #C749BB Fuchsia

📋 copy color: '#C749BB'

red 199 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #C749BB

Tints of Fuchsia #C749BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 43.36%
G = 15.9%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C749BB (or 0xC749BB) is known color: Fuchsia. HEX triplet: C7, 49 and BB. RGB value is (199,73,187). Sum of RGB (Red+Green+Blue) = 199+73+187=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C749BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749BB is #38B644. Grayscale: #7B7B7B. Windows color (decimal): -3716677 or 12274119. OLE color: 12274119.

HSL color Cylindrical-coordinate representation of color #C749BB: hue angle of 305.71º 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 #C749BB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 187 -
CMYK 0 0.63 0.06 0.22
HSL 305.71º 0.53% 0.53% -
HSV(B) 305.71º 0.63% 0.78% -
XYZ 34.91 20.5 49.13 -
YUV 123.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 199 73 187 0 0.63 0.06 0.22 305.71 0.53 0.53
Hex C7 49 BB 0 3F 6 16 132 35 35
Octal 307 111 273 0 77 6 26 462 65 65
Binary 11000111 1001001 10111011 0 111111 110 10110 100110010 110101 110101

Color Harmonies of #C749BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749BB

Black with #C749BB

Text Example


Text Example

White with #C749BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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