Html Css Color HEX #C748BF Fuchsia

📋 copy color: '#C748BF'

red 199 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #C748BF

Tints of Fuchsia #C748BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 43.07%
G = 15.58%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C748BF (or 0xC748BF) is known color: Fuchsia. HEX triplet: C7, 48 and BF. RGB value is (199,72,191). Sum of RGB (Red+Green+Blue) = 199+72+191=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BF is #38B740. Grayscale: #7B7B7B. Windows color (decimal): -3716929 or 12536007. OLE color: 12536007.

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

Color convert

RGB 199 72 191 -
CMYK 0 0.64 0.04 0.22
HSL 303.78º 0.53% 0.53% -
HSV(B) 303.78º 0.64% 0.78% -
XYZ 35.27 20.54 51.4 -
YUV 123.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 199 72 191 0 0.64 0.04 0.22 303.78 0.53 0.53
Hex C7 48 BF 0 40 4 16 130 35 35
Octal 307 110 277 0 100 4 26 460 65 65
Binary 11000111 1001000 10111111 0 1000000 100 10110 100110000 110101 110101

Color Harmonies of #C748BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748BF

Black with #C748BF

Text Example


Text Example

White with #C748BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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