Html Css Color HEX #C745BF Fuchsia

📋 copy color: '#C745BF'

red 199 ◦ green 69 ◦ blue 191

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

Shades of Fuchsia #C745BF

Tints of Fuchsia #C745BF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 43.36%
G = 15.03%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C745BF (or 0xC745BF) is known color: Fuchsia. HEX triplet: C7, 45 and BF. RGB value is (199,69,191). Sum of RGB (Red+Green+Blue) = 199+69+191=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BF is #38BA40. Grayscale: #797979. Windows color (decimal): -3717697 or 12535239. OLE color: 12535239.

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

Color convert

RGB 199 69 191 -
CMYK 0 0.65 0.04 0.22
HSL 303.69º 0.54% 0.53% -
HSV(B) 303.69º 0.65% 0.78% -
XYZ 35.09 20.16 51.33 -
YUV 121.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 199 69 191 0 0.65 0.04 0.22 303.69 0.54 0.53
Hex C7 45 BF 0 41 4 16 130 36 35
Octal 307 105 277 0 101 4 26 460 66 65
Binary 11000111 1000101 10111111 0 1000001 100 10110 100110000 110110 110101

Color Harmonies of #C745BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745BF

Black with #C745BF

Text Example


Text Example

White with #C745BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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