Html Css Color HEX #C748AE Fuchsia

📋 copy color: '#C748AE'

red 199 ◦ green 72 ◦ blue 174

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

Shades of Fuchsia #C748AE

Tints of Fuchsia #C748AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 44.72%
G = 16.18%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C748AE (or 0xC748AE) is known color: Fuchsia. HEX triplet: C7, 48 and AE. RGB value is (199,72,174). Sum of RGB (Red+Green+Blue) = 199+72+174=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C748AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748AE is #38B751. Grayscale: #797979. Windows color (decimal): -3716946 or 11421895. OLE color: 11421895.

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

Color convert

RGB 199 72 174 -
CMYK 0 0.64 0.13 0.22
HSL 311.81º 0.53% 0.53% -
HSV(B) 311.81º 0.64% 0.78% -
XYZ 33.51 19.83 42.11 -
YUV 121.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 199 72 174 0 0.64 0.13 0.22 311.81 0.53 0.53
Hex C7 48 AE 0 40 D 16 138 35 35
Octal 307 110 256 0 100 15 26 470 65 65
Binary 11000111 1001000 10101110 0 1000000 1101 10110 100111000 110101 110101

Color Harmonies of #C748AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748AE

Black with #C748AE

Text Example


Text Example

White with #C748AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748AE; }

 p { color: rgb(199,72,174); }

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

background-color css

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

 a { background-color: rgb(199,72,174); }

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

border-color css

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

 span { border-color: rgb(199,72,174); }

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