Html Css Color HEX #C745BC Fuchsia

📋 copy color: '#C745BC'

red 199 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #C745BC

Tints of Fuchsia #C745BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 43.64%
G = 15.13%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C745BC (or 0xC745BC) is known color: Fuchsia. HEX triplet: C7, 45 and BC. RGB value is (199,69,188). Sum of RGB (Red+Green+Blue) = 199+69+188=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BC is #38BA43. Grayscale: #797979. Windows color (decimal): -3717700 or 12338631. OLE color: 12338631.

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

Color convert

RGB 199 69 188 -
CMYK 0 0.65 0.06 0.22
HSL 305.08º 0.54% 0.53% -
HSV(B) 305.08º 0.65% 0.78% -
XYZ 34.76 20.03 49.61 -
YUV 121.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 199 69 188 0 0.65 0.06 0.22 305.08 0.54 0.53
Hex C7 45 BC 0 41 6 16 131 36 35
Octal 307 105 274 0 101 6 26 461 66 65
Binary 11000111 1000101 10111100 0 1000001 110 10110 100110001 110110 110101

Color Harmonies of #C745BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745BC

Black with #C745BC

Text Example


Text Example

White with #C745BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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