Html Css Color HEX #C748AB Fuchsia

📋 copy color: '#C748AB'

red 199 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #C748AB

Tints of Fuchsia #C748AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 45.02%
G = 16.29%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C748AB (or 0xC748AB) is known color: Fuchsia. HEX triplet: C7, 48 and AB. RGB value is (199,72,171). Sum of RGB (Red+Green+Blue) = 199+72+171=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C748AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748AB is #38B754. Grayscale: #787878. Windows color (decimal): -3716949 or 11225287. OLE color: 11225287.

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

Color convert

RGB 199 72 171 -
CMYK 0 0.64 0.14 0.22
HSL 313.23º 0.53% 0.53% -
HSV(B) 313.23º 0.64% 0.78% -
XYZ 33.22 19.72 40.58 -
YUV 121.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 199 72 171 0 0.64 0.14 0.22 313.23 0.53 0.53
Hex C7 48 AB 0 40 E 16 139 35 35
Octal 307 110 253 0 100 16 26 471 65 65
Binary 11000111 1001000 10101011 0 1000000 1110 10110 100111001 110101 110101

Color Harmonies of #C748AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748AB

Black with #C748AB

Text Example


Text Example

White with #C748AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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