Html Css Color HEX #C749B5 Fuchsia

📋 copy color: '#C749B5'

red 199 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #C749B5

Tints of Fuchsia #C749B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 43.93%
G = 16.11%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C749B5 (or 0xC749B5) is known color: Fuchsia. HEX triplet: C7, 49 and B5. RGB value is (199,73,181). Sum of RGB (Red+Green+Blue) = 199+73+181=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C749B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749B5 is #38B64A. Grayscale: #7A7A7A. Windows color (decimal): -3716683 or 11880903. OLE color: 11880903.

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

Color convert

RGB 199 73 181 -
CMYK 0 0.63 0.09 0.22
HSL 308.57º 0.53% 0.53% -
HSV(B) 308.57º 0.63% 0.78% -
XYZ 34.28 20.24 45.82 -
YUV 122.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 199 73 181 0 0.63 0.09 0.22 308.57 0.53 0.53
Hex C7 49 B5 0 3F 9 16 135 35 35
Octal 307 111 265 0 77 11 26 465 65 65
Binary 11000111 1001001 10110101 0 111111 1001 10110 100110101 110101 110101

Color Harmonies of #C749B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749B5

Black with #C749B5

Text Example


Text Example

White with #C749B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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