Html Css Color HEX #C745BA Fuchsia

📋 copy color: '#C745BA'

red 199 ◦ green 69 ◦ blue 186

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

Shades of Fuchsia #C745BA

Tints of Fuchsia #C745BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 43.83%
G = 15.2%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C745BA (or 0xC745BA) is known color: Fuchsia. HEX triplet: C7, 45 and BA. RGB value is (199,69,186). Sum of RGB (Red+Green+Blue) = 199+69+186=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BA is #38BA45. Grayscale: #787878. Windows color (decimal): -3717702 or 12207559. OLE color: 12207559.

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

Color convert

RGB 199 69 186 -
CMYK 0 0.65 0.07 0.22
HSL 306º 0.54% 0.53% -
HSV(B) 306º 0.65% 0.78% -
XYZ 34.54 19.94 48.48 -
YUV 121.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 199 69 186 0 0.65 0.07 0.22 306 0.54 0.53
Hex C7 45 BA 0 41 7 16 132 36 35
Octal 307 105 272 0 101 7 26 462 66 65
Binary 11000111 1000101 10111010 0 1000001 111 10110 100110010 110110 110101

Color Harmonies of #C745BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745BA

Black with #C745BA

Text Example


Text Example

White with #C745BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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