Html Css Color HEX #C749BE Fuchsia

📋 copy color: '#C749BE'

red 199 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #C749BE

Tints of Fuchsia #C749BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 43.07%
G = 15.8%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C749BE (or 0xC749BE) is known color: Fuchsia. HEX triplet: C7, 49 and BE. RGB value is (199,73,190). Sum of RGB (Red+Green+Blue) = 199+73+190=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C749BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749BE is #38B641. Grayscale: #7B7B7B. Windows color (decimal): -3716674 or 12470727. OLE color: 12470727.

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

Color convert

RGB 199 73 190 -
CMYK 0 0.63 0.05 0.22
HSL 304.29º 0.53% 0.53% -
HSV(B) 304.29º 0.63% 0.78% -
XYZ 35.23 20.62 50.84 -
YUV 124.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 199 73 190 0 0.63 0.05 0.22 304.29 0.53 0.53
Hex C7 49 BE 0 3F 5 16 130 35 35
Octal 307 111 276 0 77 5 26 460 65 65
Binary 11000111 1001001 10111110 0 111111 101 10110 100110000 110101 110101

Color Harmonies of #C749BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749BE

Black with #C749BE

Text Example


Text Example

White with #C749BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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