Html Css Color HEX #C745BE Fuchsia

📋 copy color: '#C745BE'

red 199 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #C745BE

Tints of Fuchsia #C745BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 43.45%
G = 15.07%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C745BE (or 0xC745BE) is known color: Fuchsia. HEX triplet: C7, 45 and BE. RGB value is (199,69,190). Sum of RGB (Red+Green+Blue) = 199+69+190=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BE is #38BA41. Grayscale: #797979. Windows color (decimal): -3717698 or 12469703. OLE color: 12469703.

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

Color convert

RGB 199 69 190 -
CMYK 0 0.65 0.05 0.22
HSL 304.15º 0.54% 0.53% -
HSV(B) 304.15º 0.65% 0.78% -
XYZ 34.98 20.12 50.75 -
YUV 121.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 199 69 190 0 0.65 0.05 0.22 304.15 0.54 0.53
Hex C7 45 BE 0 41 5 16 130 36 35
Octal 307 105 276 0 101 5 26 460 66 65
Binary 11000111 1000101 10111110 0 1000001 101 10110 100110000 110110 110101

Color Harmonies of #C745BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745BE

Black with #C745BE

Text Example


Text Example

White with #C745BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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