Html Css Color HEX #C749AF Fuchsia

📋 copy color: '#C749AF'

red 199 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C749AF

Tints of Fuchsia #C749AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 44.52%
G = 16.33%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C749AF (or 0xC749AF) is known color: Fuchsia. HEX triplet: C7, 49 and AF. RGB value is (199,73,175). Sum of RGB (Red+Green+Blue) = 199+73+175=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C749AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749AF is #38B650. Grayscale: #7A7A7A. Windows color (decimal): -3716689 or 11487687. OLE color: 11487687.

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

Color convert

RGB 199 73 175 -
CMYK 0 0.63 0.12 0.22
HSL 311.43º 0.53% 0.53% -
HSV(B) 311.43º 0.63% 0.78% -
XYZ 33.67 20 42.64 -
YUV 122.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 199 73 175 0 0.63 0.12 0.22 311.43 0.53 0.53
Hex C7 49 AF 0 3F C 16 137 35 35
Octal 307 111 257 0 77 14 26 467 65 65
Binary 11000111 1001001 10101111 0 111111 1100 10110 100110111 110101 110101

Color Harmonies of #C749AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749AF

Black with #C749AF

Text Example


Text Example

White with #C749AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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